-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
90 lines (88 loc) · 1.78 KB
/
Style.css
File metadata and controls
90 lines (88 loc) · 1.78 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
body,html{
height: 100%;
}
.bg-image{
background-image: url('Css/pexels-photo-349609.jpeg');
background-size: cover;
height: 100%;
background-repeat: no-repeat;
background-position: center;
}
.menu{
margin-left: 450px;
margin-top: 55px;
}
.menu-item{
font-size: 17px;
font-family: 'Cambria Math', cursive;
padding-right: 19px;
padding-left: 19px;
padding-top: 11px;
padding-bottom: 11px;
text-decoration: none;
color: black;
}
.panel{
margin-top: 90px;;
width: 100%;
height: 590px;
text-align: center;
}
h1{
font-family: 'Carter One', cursive;
font-size: 54px;
margin-top: 250px;
margin-bottom: 10px;
}
p{
font-size: 23px;
width: 490px;
margin-left: 350px;
font-family: 'Courgette', cursive;
margin-top: 0px;
margin-bottom: 40px;
}
.menu-item:hover{
background-color: white;
border: 0px;
border-radius: 50%;
cursor:pointer;
}
.logo{
width: 190px;
height: 70px;
margin-left: 40px;
padding-top: 10px;
}
.container{
width: 100%;
height: 90px;
background-color:rgba(255, 252, 252, 0.55);
border: 0px;
border-style: groove;
border-bottom: 1px rgba(186, 247, 255, 0.69);
border-style: groove;
overflow: hidden;
position: fixed;
left: 0;top: 0;
}
a{
text-decoration: none;
font-size: 18px;
font-family: 'Courgette', cursive;
}
.btn1{
padding: 12px;
border: 2px groove white;
color:black;
border-radius: 30px;
margin-left: 30px;
background-color: rgba(255, 255, 255, 0.96);
}
a:hover{
background-color: rgba(255, 255, 255, 0);
}
.absolute{
position: absolute;
left: 0;right: 0;bottom: 0;top: 0;
}