Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 42758a4

Browse files
author
NerdOfLinux
authored
Addd styles
Changed all links to blue and made text align to the center
1 parent a695a15 commit 42758a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

newstyle.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ body {
99

1010
}
1111

12+
a{
13+
color: blue;
14+
}
1215

1316
.server{
1417
font-weight: bold;
@@ -17,14 +20,15 @@ body {
1720
width: 100px;
1821
height: 100px;
1922
padding: 20px;
20-
vertical-align: top;
23+
vertical-align: middle;
2124
}
2225
.server:hover{
2326
border-style: inset;
2427
margin-top:10px;
2528
cursor: pointer;
2629
width: 150px;
2730
background-color: #9f9595;
31+
vertical-align: middle;
2832
}
2933
.footer{
3034
position: absolute;

0 commit comments

Comments
 (0)