commit existing workshops
This commit is contained in:
18
workshop4/css/my-style.css
Executable file
18
workshop4/css/my-style.css
Executable file
@@ -0,0 +1,18 @@
|
||||
#title {
|
||||
margin-top: 12px;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
}
|
||||
|
||||
#content {
|
||||
background-color: #fff;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
}
|
Reference in New Issue
Block a user