🔍️ Added main and sections tags

This commit is contained in:
Florian Sylvain
2022-02-23 23:28:32 +01:00
parent cf5af43fd2
commit b8674bf9f2
2 changed files with 17 additions and 18 deletions
+3 -3
View File
@@ -249,16 +249,16 @@ a {
opacity: 100%;
}
#content > div {
#content > section {
padding: 50px 10%;
}
#content > div:nth-child(2n-1) {
#content > section:nth-child(2n-1) {
color: #121212;
background-color: #fff;
}
#content > div:nth-child(2n) > h2 {
#content > section:nth-child(2n) > h2 {
border-bottom: 2px solid #fff;
}