html-tips-tricks/main.css

29 lines
352 B
CSS
Raw Normal View History

2020-08-13 07:00:06 +02:00
body {
background-color: #000000;
color: #ffffff;
}
a {
color: #61dafb;
}
table {
border-collapse: collapse;
width: 100%;
}
th,
td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.demo {
margin: 30px auto 30px auto;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}