shapes-comic/style.sass

94 lines
1.4 KiB
Sass
Raw Normal View History

2023-10-31 14:43:53 +00:00
body
background-color: #10011f
grid-template-columns: 500px 1fr
display: grid
color: white
2023-10-31 21:43:11 +00:00
font-family: "Sitka Small"
2023-10-31 14:43:53 +00:00
padding-top: 30px
padding-right: 50px
header
display: grid
grid-template-rows: 0fr 0fr 1fr
text-align: center
justify-items: center
padding: 0 40px
.subtitle
text-transform: uppercase
font-family: "Starstreak"
font-size: 16px
margin-top: 10px
nav
background-color: #332044
display: flex
flex-direction: column
gap: 15px
margin-top: 30px
width: 100%
align-items: center
font-size: 1.2em
h3
text-align: center
a
text-align: left
width: 180px
color: #dbb7ff
&::before
content: "> "
main
2023-10-31 20:29:57 +00:00
padding: 0 40px
#panels
2023-10-31 14:43:53 +00:00
display: grid
grid-template-columns: 1fr 1fr
2023-10-31 20:29:57 +00:00
gap: 30px
2023-10-31 14:43:53 +00:00
img
width: 100%
nav
display: flex
flex-direction: row
justify-content: center
gap: 24px
2023-10-31 20:29:57 +00:00
margin: 20px 0
2023-10-31 14:43:53 +00:00
.navsec
display: flex
flex-direction: row
gap: 24px
background-color: #332044
padding: 10px 20px
a
font-size: 2em
color: #dbb7ff
text-decoration: none
2023-11-10 02:45:05 +00:00
section
margin-bottom: 50px
2023-10-31 21:43:11 +00:00
#description
2023-11-10 02:45:05 +00:00
// margin-top: 50px
2023-10-31 21:43:11 +00:00
& > :first-child
font-size: 1.3em
strong
color: #dbb7ff
2023-11-10 02:45:05 +00:00
#about
background-color: #332044
padding: 10px 20px
2023-10-31 21:43:11 +00:00
2023-10-31 14:43:53 +00:00
@font-face
font-family: Starstreak
src: url("starstreak.woff2") format("woff2")
@font-face
2023-10-31 21:43:11 +00:00
font-family: "Sitka Small"
src: url("sitka-small.woff2") format("woff2")