-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUsStyle.css
98 lines (91 loc) · 1.83 KB
/
AboutUsStyle.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
#particles-js
{
background-image: url("images/plake14.jpg");
height: 100vh;
background-size: 1500px 1500px;
}
#content{
z-index: 20;
position: absolute;
font-weight: bolder;
font-size: x-large;
width:900px;
margin-left: 250px;
margin-top: 150px;;
text-shadow: teal;
text-align: center;
}
.buttonsfirst
{ margin:13px;
background-color:white;
padding: 6px;
width:120px;
border-radius: 5px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bolder;
border:5px solid rgb(3, 24, 82);
background-color:white;
font-size:medium;
margin-right: 50px;;
}
.buttonsfirst:hover
{
background-color: #f39c12;
}
#divTag{ width:100%;
height: 80px;
position:fixed;
background-color:rgba(4, 51, 112, 0.397);
opacity:1;
z-index: 100;
}
#logoPic{
margin-left: -50px;
margin-top: -28px;
width:200px;
height: 150px;
color: rgb(216, 43, 30);
}
#buttonLogo{
background-color: transparent;
border-color: transparent;
font-size: 40px;
margin-left: -5%;
font-family: 'Sofia';
color:white;
position: absolute;
}
#login
{
background-color: white;
border-radius: 5px;
width:120px;
height:43trpx;
margin-right:50px;
margin-top:14px;
font-weight: bold;
border:5px solid rgb(3, 24, 82);
background-color:white;
}
#login:hover{
background-color:
rgb(255, 194, 62)}
#footerdiv
{
opacity:1;
left:0px;
height:200px;
margin-left: 0px;;
font-size: large;
font-weight: bolder;
width: 100%;
padding-bottom: 22px;
background-color:rgba(4, 51, 112);
background-repeat:repeat-x;
text-decoration: none;
}
.foot
{ padding-top: 20px;;
color:white;
text-decoration: none;
}