-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
111 lines (77 loc) · 1.77 KB
/
index.css
File metadata and controls
111 lines (77 loc) · 1.77 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.in1{
text-align: center;
position: relative;
/* top:10px; */
font-family: cursive;
font-size:50px;
text-shadow:2px 2px lightblue;
background-color: rgba(144, 238, 144, 0.548);
height:90px;
display: fixed;
border-radius: 20px;
/* width:50%; */
margin: auto;
font-weight: 900;
;
background-image: url("images/image\ copy\ 6.png");
background-repeat: no-repeat;
background-size: cover;
border-bottom: 5px solid green;
position: relative;
top:-8px;
}
.in1:hover{
background-image:url("images/image.png");
background-repeat: no-repeat;
background-size: cover;
}
.out2{
display: flex;
font-size:25px;
justify-content: space-around;
width: 70%;
margin:auto;
/* margin-top:10px; */
border-bottom: 3px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-radius:20px;
background-image: url("images/image\ copy\ 6.png");
background-repeat: no-repeat;
background-size: cover;
height:40px;
padding-top:10px;
margin-top:-8px;
}
.out2:hover{
background-image: url("images/image.png");
background-repeat: no-repeat;
background-size: cover;
border-bottom:3px solid blue;
border-left: 3px solid blue;
border-right:3px solid blue;
background-position: top;
}
a{
text-decoration: none;
color:black
}
a:hover{
color:blueviolet;
}
.in{
/* background-image:url("images/image2.png"); */
border-radius: 20px;
height:30px;
padding:3px;
font-weight: bold;
background-size: cover;
background-position: bottom;
text-shadow:0.5px 0.5px white;
padding-left:10px;
padding-right: 10px;
cursor: pointer;
}
.in:hover{
color:blueviolet;
}