Skip to content

Commit 3a5d545

Browse files
added css file
1 parent 60032fc commit 3a5d545

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

UI of Facebook/facebook.css

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
.container
2+
{
3+
display:flex;
4+
justify-content:space-evenly;
5+
margin-top:150px;
6+
margin-left:auto;
7+
margin-right:auto;
8+
width:60%;
9+
}
10+
11+
.heading
12+
{
13+
font-family:Helvetica;
14+
color:#1877F2;
15+
font-size:70px;
16+
font-weight:400px;
17+
}
18+
19+
.paragraph
20+
{
21+
font-size:20px;
22+
}
23+
24+
.right
25+
{
26+
background-color:#fff;
27+
display:flex;
28+
flex-direction:column;
29+
box-shadow:3px 3px 4px #ccc;
30+
padding:15px;
31+
border-radius: 10px;
32+
width: 290px;
33+
height: 280px;
34+
}
35+
36+
.inp
37+
{
38+
padding:10px;
39+
border-radius: 5px;
40+
border:2px solid #ccc;
41+
}
42+
43+
.log
44+
{
45+
padding:15px;
46+
background-color: #1877F2;
47+
color:#fff;
48+
font-weight:bold;
49+
border:none;
50+
border-radius:5px;
51+
52+
}
53+
54+
.forget
55+
{
56+
color:#AD8CF2;
57+
text-align:center;
58+
text-decoration:none;
59+
}
60+
61+
.create
62+
{
63+
padding:15px;
64+
border:none;
65+
border-radius:5px;
66+
font-weight:bold;
67+
background-color:#42B72A;
68+
color:#fff;
69+
margin-left:auto;
70+
margin-right:auto;
71+
72+
}

0 commit comments

Comments
 (0)