portfolio/assets/css/x.css

198 lines
2.8 KiB
CSS
Raw Normal View History

2020-02-25 17:32:01 +00:00
@import url("https://fonts.googleapis.com/css?family=Poiret+One&display=swap");
2019-12-18 11:44:33 +00:00
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
}
body {
background-color: black;
color: white;
font-family: 'Poppins', sans-serif;
}
2020-02-12 09:42:27 +00:00
a {
2019-12-18 11:44:33 +00:00
color: white;
text-decoration: none;
border: transparent;
2020-02-25 17:32:01 +00:00
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
section:not(#home) {
height: 20vh;
border-style: none;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
section#contact {
height: 40vh;
font-size: 7vw;
height: 101%;
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-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.email, .contactme {
font-size: 6vw;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-family: 'Poiret One', sans-serif;
}
.email {
text-decoration: underline;
font-style: italic;
2019-12-18 11:44:33 +00:00
}
h1 {
2020-02-25 17:32:01 +00:00
font-size: 8vw;
2019-12-18 11:44:33 +00:00
height: 100%;
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-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#home {
2020-02-25 17:32:01 +00:00
font-size: 8vw !important;
2019-12-18 11:44:33 +00:00
background-color: black;
color: white;
font-style: italic;
}
2020-02-25 17:32:01 +00:00
#portfolio {
background: #f7665c;
}
#portfolio a {
color: #000000;
}
#portfolio a:hover {
color: #d63631;
}
#homepage {
background: #78db6f;
}
#homepage a {
color: #000000;
}
#homepage a:hover {
color: #4c9da0;
}
#yugen {
background: #5ad350;
}
#yugen a {
color: #000000;
}
#yugen a:hover {
color: #329c28;
}
#sor {
background: #c669db;
}
#sor a {
color: #000000;
}
#sor a:hover {
color: #a24ab6;
}
#benji {
background: #7272d1;
}
#benji a {
color: #000000;
}
#benji a:hover {
color: #4646a3;
}
2019-12-18 11:44:33 +00:00
#thaldrin {
2020-02-25 17:32:01 +00:00
background: #8a60da;
}
#thaldrin a {
color: #000000;
}
#thaldrin a:hover {
color: #6136b3;
2019-12-18 11:44:33 +00:00
}
#kaito {
2020-02-25 17:32:01 +00:00
background: #6033b4;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
#kaito a {
color: #000000;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
#kaito a:hover {
color: #441b8f;
2019-12-18 11:44:33 +00:00
}
#yiff {
2020-02-25 17:32:01 +00:00
background: #b32c54;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
#yiff a {
color: #000000;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
#yiff a:hover {
color: #9c0d38;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
a.email {
color: #9c0d38;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
a.email:hover {
color: #aa3055;
2019-12-18 11:44:33 +00:00
}
2020-02-25 17:32:01 +00:00
#Twitter {
background: #1DA1F2;
2019-12-18 11:44:33 +00:00
}
/*# sourceMappingURL=x.css.map */