-
Notifications
You must be signed in to change notification settings - Fork 0
/
utility.css
100 lines (97 loc) · 1.35 KB
/
utility.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
*{
margin: 0px;
padding: 0px;
}
.min-h-screen{
min-height: 100vh;
}
.mx-auto{
margin-right: auto;
margin-right: auto;
}
.flex{
display: flex;
}
.items-center{
align-items: center;
}
.justify-between{
justify-content: space-between;
}
left{
padding: 130px 50px 50px 50px;
width: 50%;
height: 50vh;
}
.toprightt{
width: 50%;
height: 50vh;
}
.section1{
max-height:100vh;
}
.flex-col{
flex-direction: column;
}
.my-1{
margin-top: 13px;
margin-bottom: 23px;
}
.px-2{
padding-left: 13px;
padding-right: 23px;
}
.text-blue{
color: #009be6
}
.btn{
font-size: larger;
height: 35px;
border: 3px solid white;
/*padding: 4px 12px;*/
padding: 1px;
cursor: pointer;
color: black;
background-color: yellow;
border-radius: 10px;
}
.all-black{
background-color: black;
color: white;
}
.height{
height: 50%;
width:50%;
}
.overflow-hidden{
overflow:scroll;
}
/*.logo{
width:150px;
align-self:center;
}*/
.logo2{
width:75%;
padding-left: 30px;
}
.logo3{
width:25%;
}
.logo4{
width:25%;
}
.text-center{
text-align: center;
}
.navbar{
position:sticky;
top:0;
align-items: center;
display:flex;
cursor: pointer;
}
.section{
display:flex;
align-items: center;
justify-content: space-evenly;
}