forked from siv12/Image-Encryption
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (46 loc) · 786 Bytes
/
Copy pathstyle.css
File metadata and controls
46 lines (46 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body{
margin: 0px;
padding: 0px;
height: 1000px;
background-image: url('./assets/background.jpg');
background-size: 100%;
background-repeat: no-repeat;
font-family: 'Joan', serif;
}
header{
margin-top: 30px;
}
#left{
display: inline-block;
position: absolute;
left: 90px;
top: 25px;
}
#left img{
padding: 0px 10px;
width: 50px;
}
.mid{
display: block;
width: 60%;
margin: auto;
text-align: center;
}
.navbar{
display: inline-block;
margin: auto;
padding: 10px;
}
.navbar li{
display: inline-block;
font-size: 25px;
}
.navbar li a{
color: rgb(255, 255, 255);
text-decoration: none;
padding: 30px;
}
.navbar li a:hover{
color: rgb(185, 185, 185);
text-decoration: underline;
}