Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-09-04 12:45:01 +02:00

33 lines
343 B
CSS

#absoulut {
width: 300px;
height: 300px;
font-size: 20px;
background-color: #F00;
}
#prozent {
width: 20%;
height: 20%;
background-color: #0F0;
}
html, body {
height: 100%;
}
body {
margin: 0;
font-size: 20px;
}
#em {
font-size: 2em;
}
.em {
font-size: 2em;
}
.rem {
font-size: 2rem;
}