portfolio/assets/css/x.sass

112 lines
1.9 KiB
Sass
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
2020-02-25 17:32:01 +00:00
border: transparent
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
2019-12-18 11:44:33 +00:00
border-style: none
2020-02-25 17:32:01 +00:00
section#contact
height: 40vh
2019-12-18 11:44:33 +00:00
font-size: 7vw
2020-02-25 17:32:01 +00:00
height: 101%
display: flex
flex-direction: column
align-items: center
justify-content: center
.email, .contactme
font-size: 6vw
display: flex
align-items: center
justify-content: center
font-family: 'Poiret One', sans-serif
.email
text-decoration: underline
font-style: italic
h1
font-size: 8vw
2019-12-18 11:44:33 +00:00
height: 100%
display: flex
flex-direction: column
align-items: 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
a
color: #000000
&:hover
color: #d63631
#homepage
background: #78db6f
a
color: #000000
&:hover
color: #4c9da0
#yugen
background: #5ad350
a
color: #000000
&:hover
color: #329c28
#sor
background: #c669db
a
color: #000000
&:hover
color: #a24ab6
#benji
background: #7272d1
a
color: #000000
&:hover
color: #4646a3
2019-12-18 11:44:33 +00:00
#thaldrin
2020-02-25 17:32:01 +00:00
background: #8a60da
a
color: #000000
&:hover
color: #6136b3
2019-12-18 11:44:33 +00:00
#kaito
2020-02-25 17:32:01 +00:00
background: #6033b4
a
color: #000000
&:hover
color: #441b8f
2019-12-18 11:44:33 +00:00
#yiff
2020-02-25 17:32:01 +00:00
background: #b32c54
a
color: #000000
&:hover
color: #9c0d38
2019-12-18 11:44:33 +00:00
2020-02-25 17:32:01 +00:00
a.email
color: #9c0d38
&:hover
color: #aa3055
2020-02-12 09:42:27 +00:00
2020-02-25 17:32:01 +00:00
#Twitter
background: #1DA1F2