Files
phpstorm/php-s1/workshop4/css/my-style.css
2025-02-06 12:30:01 +00:00

19 lines
266 B
CSS
Executable File

#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;
}