hg
This commit is contained in:
parent
77cae1c768
commit
af9d3ac41e
1 changed files with 0 additions and 33 deletions
33
text.css
33
text.css
|
@ -1,33 +0,0 @@
|
||||||
.B {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(5, 1fr);
|
|
||||||
gap: 20px;
|
|
||||||
list-style: none;
|
|
||||||
line-height: 1.55;
|
|
||||||
font-size: x-large;
|
|
||||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
||||||
background-color:bisque
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
div {
|
|
||||||
height: 50px;
|
|
||||||
width: 200px;
|
|
||||||
font-weight: bold ;
|
|
||||||
color: aliceblue;
|
|
||||||
position: fixed;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
margin-top: -100px;
|
|
||||||
margin-left: -150px;
|
|
||||||
font: size 2000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body{
|
|
||||||
font-family: AeonikPro-Bold,Arial,sans-serif;
|
|
||||||
font-size: .9333333333rem;
|
|
||||||
letter-spacing: 0; ;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav a:hover {font-weight: bold;}
|
|
Loading…
Reference in a new issue