You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.1 KiB
CSS
75 lines
1.1 KiB
CSS
body {
|
|
/* background-image: url("atata_layer.png");
|
|
min-height: 500px;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover; */
|
|
height: 100%;
|
|
margin: 20px;
|
|
font-family: monospace;
|
|
line-height: 1.2;
|
|
color: black;
|
|
column-count: 4;
|
|
|
|
}
|
|
|
|
/* .bg {
|
|
|
|
height: 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
} */
|
|
|
|
|
|
a{
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|
|
|
|
a:visited{
|
|
text-decoration: none;
|
|
}
|
|
a:hover {
|
|
color: white;
|
|
background: blue;
|
|
}
|
|
|
|
.images {
|
|
margin: 0;
|
|
font-family: monospace;
|
|
font-size:0.5vw;
|
|
line-height: 1;
|
|
position: fixed;
|
|
color: green;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
/* .water {
|
|
color:blue;
|
|
}
|
|
*/
|
|
a{
|
|
text-decoration: none;
|
|
color: blue;
|
|
}
|
|
|
|
a:visited{
|
|
text-decoration: none;
|
|
}
|
|
|
|
.title {
|
|
color: green;
|
|
font-family: Arial;
|
|
font-size: 20pt;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.box {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|