-
Notifications
You must be signed in to change notification settings - Fork 1
/
indexcss.css
114 lines (97 loc) · 1.68 KB
/
indexcss.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
body {
display:block;
overflow-x: hidden;
}
nav {
background-color: whitesmoke;
}
.navbar-brand img {
max-height: 50px;
}
.navbar-brand{
font-size: 30px;
font-weight: 900;
color: #683aa4;
}
nav ul li a{
color:black ;
font-size: 24px;
margin: auto 10px;
}
nav ul li a:hover{
color: blueviolet;
}
section {
padding-top: 200px;
padding-bottom: 100px;
}
section h1{
text-transform: uppercase;
font-size: 70px;
font-weight: 10000;
color: #683aa4;
text-align: center;
margin-bottom: 20px;
font-family: 'Times New Roman', Times, serif;
}
section p{
font-size: 20px;
font-weight: 300;
}
button {
max-width: 25%;
border-radius: 25px !important;
align-self: center;
}
#hero .col{
justify-content: center;
flex-direction: column;
display: flex;
}
#hero .img-col{
justify-content: flex-end;
margin-top: 100px;
}
#hero img{
max-width: 130% !important;
width: 130%;
}
#about_us .col{
padding-top: 50px;
margin-top: 50px;
text-align: center;
font-size: 25px;
font-weight: 500;
color: #683aa4;
padding-bottom: 0%;
margin-bottom: 0%;
}
#about_us .row{
text-align: center;
color: black;
font-weight: 300;
font-size: 20px;
padding-bottom: 0%;
margin-bottom: 0%;
}
#contact .col{
padding-top: 0%;
margin-top: 0%;
font-size: 10px;
text-align: center;
font-weight: 500;
color: #683aa4;
padding bottom: 0%;
}
#contact .img{
width: 75%;
max-width: 75% !important;
padding top: 0%;
margin top: 0%;
}
#contact .row{
text-align: center;
font-size: 10px;
color: black;
font-weight: 300;
}