adding style
parent
1010568bdc
commit
07fda1c2fb
@ -1,13 +1,25 @@
|
|||||||
body {
|
body {
|
||||||
background-color: lightblue;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: white;
|
color: blue;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: verdana;
|
font-family: monospace;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.images {
|
||||||
|
position: absolute;
|
||||||
|
padding-left: 5%;
|
||||||
|
width: fit-content;
|
||||||
|
height: fit-content;
|
||||||
}
|
}
|
Loading…
Reference in New Issue