pint/styles/styles.css

38 lines
459 B
CSS
Raw Normal View History

2022-01-08 04:49:42 +00:00
/* Elements */
* {
font-family: 'Montserrat', sans-serif;
}
h1 {
margin: 0 0;
font-size: 1.5em;
}
#title {
height: 64px;
background-color: bisque;
width: 400px;
position: relative;
}
.logo {
width: 64px;
vertical-align: middle;
}
2022-01-10 04:30:21 +00:00
.btn:ac
2022-01-08 04:49:42 +00:00
/* Generics */
.inb {
display: inline-block;
2022-01-10 03:26:26 +00:00
}
.getColor {
height: 30px;
width: 30px;
outline: none;
margin: 10px;
border: none;
border-radius: 2px;
2022-01-08 04:49:42 +00:00
}