forked from Sushil787/ghumantenepal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (58 loc) · 1.15 KB
/
style.css
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
header{
background-image: url(/place/head.jpg);
height: 100px;
width: auto;
padding: 50px;
text-transform: capitalize;
font-size: 30px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: rgb(3, 34, 92);
font-weight: bold;
}
header p:hover{
cursor: pointer;
color: rgba(38, 107, 7, 0.979);
}
div#heading{
padding: 10px;
background-color: cadetblue;
text-align: center;
font-family: monospace;
word-spacing: 20px;
}
div a{
text-decoration: none;
font-size: 25px;
color: black;
padding: auto;
}
div a:hover{
padding-bottom: 10px;
padding-top: 10px;
background-color: rgb(13, 97, 100)
}
header a:hover{
padding: auto;
background-color: rgb(47, 228, 213);
border-radius:10px;
}
img{
padding: 30px;
}
.background{
padding:10px;
justify-content: center;
border-style: double;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
}
.lower{
background-color: whitesmoke;
}
img{
border-radius: 100px;
}
img:hover{
transition: transform .2s;
transform: scale(1.2);
}