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

Commit 39616d7

Browse files
author
NerdOfCode
committed
Updated coloring
1 parent 99a6c5b commit 39616d7

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

newstyle.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
body {
2+
background-color: #c6e2ff;
3+
}
4+
5+
6+
#index{
7+
width: 200px;
8+
margin: auto;
9+
10+
}
11+
12+
13+
.server{
14+
font-weight: bold;
15+
display: inline-block;
16+
background-color: #ffffff;
17+
width: 100px;
18+
height: 100px;
19+
padding: 20px;
20+
vertical-align: top;
21+
}
22+
.server:hover{
23+
border-style: inset;
24+
margin-top:10px;
25+
cursor: pointer;
26+
width: 150px;
27+
background-color: #9f9595;
28+
}
29+
.footer{
30+
position: absolute;
31+
bottom:0;
32+
left: 0;
33+
right: 0;
34+
text-align:center;
35+
}

0 commit comments

Comments
 (0)