-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
103 lines (80 loc) · 1.73 KB
/
main.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
.backgroundHomePage{
background-image: url(../web-project/homePage.jpeg);
background-position: center;
background-repeat: no-repeat;
background-size: 1600px 800px;
background-origin: border-box;
background-position-y: 0%;
}
h1.menu{
position: absolute;
top: 0%;
left:3%;
}
.homePage{
position: absolute;
top: 40%;
left:50%;
color: #062454;
text-align: center;
font-size: 20px;
padding: 2px;
width: 150px;
height: 40px;
}
.navig{
margin : 0;
padding: 3px;
}
.ul-style{
text-indent: 7%;
list-style: none;
background-color: white;
height: 45px;
align-items:center;
}
nav ul li{
display:inline;
Line-height:20px;
}
nav ul li a{
text-decoration:none;
color:#5f5c5c;
font-size: 15px;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
padding:1%;
}
nav ul li a:hover{
color:blue;
}
.details-buttonn{
display: inline-block;
background-color: rgb(196, 232, 243);
border-radius: 10px;
border: 4px double #000000;
color: #000000;
text-align: center;
font-size: 15px;
padding: 2px;
width: 150px;
height: 40px}
.details-button:hover{
background-color: rgb(135, 145, 159); }
.footer{
text-align: center;
background-color: #ffffff;
height: 80px;
}
.button-cancel{
display: inline-block;
background-color: rgb(196, 232, 243);
border-radius: 10px;
border: 4px double #000000;
color: #000000;
text-align: center;
font-size: 15px;
padding: 2px;
width: 150px;
height: 40px}
.button-cancel:hover{
background-color: rgb(218, 26, 26); }