mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-05 12:13:40 +00:00
72 lines
1.3 KiB
CSS
72 lines
1.3 KiB
CSS
html {
|
|
background-color: #1F3242;
|
|
color: #F0F0F0;
|
|
}
|
|
|
|
.title {
|
|
font-family: "Noto Sans JP", sans-serif;
|
|
letter-spacing: 1.5px;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.body-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: 120px;
|
|
}
|
|
|
|
.button {
|
|
padding: 2px 10px;
|
|
border-radius: 4px;
|
|
color: #F0F0F0;
|
|
font-family: "Noto Sans JP", sans-serif;
|
|
text-decoration: none;
|
|
border: 2px solid #F0F0F0;
|
|
letter-spacing: 0.4px;
|
|
}
|
|
|
|
.button:hover {
|
|
background-color: #F0F0F0;
|
|
color: #000000;
|
|
}
|
|
|
|
.text1, .text2 {
|
|
line-height: 1;
|
|
font-family: "Noto Sans JP", sans-serif;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.text2 {
|
|
margin-top: -10px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.sub-title {
|
|
font-family: "Noto Sans JP", sans-serif;
|
|
margin-top: -30px;
|
|
letter-spacing: 0.5px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.sub-title2 {
|
|
margin-top: -15px;
|
|
padding-bottom: 45px;
|
|
color: #F0F0F0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.sub-title2:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/*# sourceMappingURL=style.css.map */ |