giggles/index.css

71 lines
1.1 KiB
CSS
Raw Normal View History

2025-01-15 16:54:10 -05:00
body {
margin: 0;
height: 100%;
padding: 0;
font-family: Google Sans, Roboto, Arial, sans-serif;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #202124;
}
p {
color: #404144;
}
.header a {
display: flex;
justify-content: center;
align-items: center;
}
.main {
column-gap: 24px;
grid-template-columns: repeat(2, 1fr);
display: grid;
max-width: 1000px;
padding-left: 24px;
padding-right: 24px;
margin: 0 auto;
width: calc(100% - 48px);
}
.header {
box-shadow: 0 2px 6px #0000001f,inset 0 -1px #dadce0;
height: 64px;
display: flex;
align-items: center;
margin-bottom: 64px;
}
.header a {
margin-left: 32px;
}
.button {
font-size: 16px;
line-height: 24px;
font-weight: 500;
letter-spacing: 0.2px;
color: rgb(255, 255, 255);
text-decoration: none;
background-color: rgb(26, 115, 232);
border-radius: 4px;
padding: 12px 24px;
}
.main div:nth-child(2) {
display: flex;
flex-direction: column;
justify-items: center;
}
.art {
height: 250px;
margin: auto;
}
.ico {
height: 24px;
}