-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (109 loc) · 2.07 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
108
109
110
111
112
113
114
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&family=Monsieur+La+Doulaise&family=Romanesco&family=Yesteryear&display=swap');
*{
margin : 0;
padding: 0;
}
.header{
background: #0E1525;
text-align: center;
z-index: 1000000;
}
.header ul li{
display: inline-block;
margin: 1% 2%;
text-align: center;
position: relative;
}
.header ul li:hover a{
/*background-color: tomato;*/
border-bottom: solid white;
}
.header ul li a{
margin: 1% 1%;
color: white;
text-decoration: none;
font-size: 1.5rem;
font-family: 'Yesteryear' ,cursive;
position: relative;
}
.header ul li a:hover{
font-size: 1.2em;
color: #f5f5f5;
/*text-decoration: underline;*/
cursor: grab;
}
.descrip{
text-align:center;
background-color: #0C0032; /*#b3cde0;*/
padding-top: 5%;
padding-bottom: 5%;
}
.container{
width: 100%;
margin: auto;
}
.container h1{
font-size: 4rem;
font-family: 'Monsieur La Doulaise' , cursive;
/*font-weight: bold;*/
color: #ffffff;
}
.container p{
font-size: 1.6rem;
font-family: 'Meie Script' , cursive;
/*font-weight: bold;*/
color : white;
}
.form-class{
margin: 10px;
text-align:center;
/*width: 20%;*/
}
.input-txt{
margin-top: 50px;
margin-left: 5px;
padding: 10px;
width: 20%;
height: 20px;
}
.input-area {
width: 42%;
padding: 15px;
margin-top: 20px;
height: 100px;
/*background: transparent;*/
border: 1px solid #ccc;
outline: none;
font-size: 15px;
margin-bottom: 15px;
}
.submit-txt{
width: 10%;
height: 40px;
border-radius: 4%;
border: none;
}
.submit-txt:hover{
background-color: blue;
color: white;
}
.bottom-part{
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
background-color: #190061/*#6497b1;*/
}
.bottom-container{
margin: auto;
width: 100%;
}
.bottom-container h1{
color : white;
font-family: 'Monsieur La Doulaise' , cursive;
/*letter-spacing: 9px;*/
}
.bottom-container p{
color: white;
font-size: 30px;
font-family: 'Monsieur La Doulaise' , cursive;
}