forked from Abhimanyu121/someshit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbleh.css
More file actions
95 lines (87 loc) · 1.38 KB
/
bleh.css
File metadata and controls
95 lines (87 loc) · 1.38 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
91
92
93
94
95
#topdiv{
width: 100%;
margin: 0px;
padding: 0px;
background-color: #3b5998;
background-image: linear-gradient(#4e69a2, #3b5998 50%);
height: 90px;
display: flex;
}
#logo{
width: 50%;
}
#form_in{
width: 50%;
}
#flogo{
margin-left: 50px;
font-family: "Lucida Console", Monaco, monospace;
color: white;
margin-top: 35px;
margin-bottom: 10px;
font-size:40px;
}
#form_in{
align-content: right;
}
#random{
display: flex;
}
#form1{
color: white;
margin-top: 30px;
}
#main{
background-color: #e9ebee;
width: 95%;
height: 700px;
display: flex;
}
#pic{
width: 50%;
display: block;
padding: 100px;
height: 700px;
padding-left: 200px;
padding-top: 5px;
}
#rform{
width: 50%;
display: block;
padding-top: 5px;
font-size: 20px;
height: 700px;
}
#weirdtext{
margin-right: 50px;
width: 60%;
color: #0e385f;
font-size: 25px;
}
#img{
width: 60%
}
#Terms{
padding: 2px;
size: 10px;
font-family: Helvetica, Arial, sans-serif;
}
#button2{
background: #69a74e;
border: rgb(44, 81, 21);
box-shadow: #a4e388;
font-size: 19px;
text-align: center;
font-stretch: 100%;
line-height: 29.94px;
font-family: 'Freight Sans Bold', Helvetica, Arial, sans-serif !important;
color: white;
font-weight: bold !important;
letter-spacing: normal;
border-radius: 5px;
}
#celeb{
font-weight: 500;
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
}