-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (98 loc) · 1.64 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
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
*{
padding:0px ;
margin: 0px;
}
body {
background-image: url('background\'.png');
width: 1400px;
}
h1{
text-shadow: 5px 5px 5px rgb(68, 0, 255);
}
nav{
background-color: rgba(154, 76, 228, 0.658);
color: white;
padding: 25px ;
}
ul{
margin-left: 50%;
}
li,h1,ul{
display: inline;
}
li:hover{
color: rgb(14, 13, 13);
}
input{
padding: 8px;
border-radius: 20px;
width: 40%;
}
h4{margin-left: 230px;
}
input,h4{
display: inline;
}
.search{
color: white;
background-color: rgb(154, 76, 228,0.658);
}
a.one:link{
margin-left: 20px;
color: rgb(255, 255, 255);
font-family: 'Times New Roman', Times, serif;
}
a.two:link{
margin-left: 40px;
color: white;
font-family: 'Times New Roman', Times, serif;
}
a.one:visited{
text-indent: 50px;
color: white;
}
a.two:visited{
color: white;
}
a.one:hover{
text-indent: 2px;
color: rgb(6, 6, 6);
}
a.two:hover{
color: rgb(10, 10, 10);
}
.bir{
border-color:rgb(140, 49, 225);
border-width: 2px;
border-style:double;
width: 196px;
display: inline-block;
text-align:center ;
margin: 40px;
}
.bir:hover{
cursor: pointer;
background-color:rgba(154, 76, 228, 0.658);
color: white;
}
h5{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-decoration: underline;
}
h4{
text-align: left;
}
.about{
text-align: center;
padding: 20px;
}
.contact{
background-color:rgba(154, 76, 228, 0.658);
color: white;
padding: 20px;
text-align: center;
}
.contact:hover{
cursor: pointer;
color: rgb(11, 11, 11);
}