Blog_PHP/project/assets/css/style.css

10 lines
126 B
CSS
Raw Normal View History

2024-09-05 23:22:20 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
2024-09-05 23:29:05 +00:00
background-color: lightgreen;
text-align: center;
2024-09-05 23:22:20 +00:00
}