-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
54 lines (49 loc) · 1.04 KB
/
main.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
body{
background-color: black;
}
#container{
height:auto;
width:100%;
/* border:2px solid red; */
/* background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSxNcs1uHS43096Ld_m-zKFDPSWMpDtUc-C9Q&usqp=CAU"); */
background-position: center;
background-size: 100%;
margin-bottom: 20px;
}
input{
height:30px;
width:30%;
border-radius:50px;
display: block;
margin: auto;
box-sizing: border-box;
padding-left: 10px;
}
#inputs_container{
height:300px;
width:30%;
border:2px solid black;
border-top: none;
margin: auto;
overflow: scroll;
color:white
}
#box{
height:auto;
width:100%;
border:2px solid blue;
display: flex;
align-items: center;justify-content: center;
color:white;
}
#trendings{
border:none;padding:10px 20px;
border:2.5px solid rgb(214, 118, 177);
border-radius: 10px;
background-color: black;
margin-left: 100px;
}
#trendings>a{
text-decoration: none;;
color:rgb(221, 119, 178);font-size: 16px;
}