-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhuddlelayout.css
More file actions
48 lines (22 loc) · 1.35 KB
/
huddlelayout.css
File metadata and controls
48 lines (22 loc) · 1.35 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
body{background-image: url(images/desktop.png); background-size: cover; background-color: hsl(257, 40%, 49%);}
/* FONT FACE */
@font-face {
font-family: 'Poppins', sans-serif;
src: url(poppins-regular-webfont.woff);
}
/* HUDDLE */
h1
{color: white ;font-family:font-family: 'Poppins', sans-serif; color: white; margin-left: 50px;}
/* h2 */
.build {color: white; position: absolute; top: 150px; left: 550px; margin-left: 50px;}
/* IMAGEM */
img {height: 350px; position: absolute; left: 50px; top: 100px;}
/*TEXT*/
p { position: absolute; left: 570px; top: 240px; color: white;}
/* FORMULÁRIO */
input[type="text"] {position: absolute; left: 570px; top: 330px; border: none; text-align: center; border-radius: 30px; width: 100px; padding: 10px; }
/* ICONS */
.fa-facebook { display: inline-block; border-radius: 60px; border: 1px solid white; padding: 0.5em 0.6em; position: absolute; left: 850px; top: 500px; color: white;}
.fa-instagram {position: absolute; left: 900px; top: 500px; color: white; display: inline-block; border-radius: 60px; border: 1px solid white; padding: 0.5em 0.6em;}
.fa-twitter {position: absolute; left: 950px; top: 500px; color: white; display: inline-block; border-radius: 60px; border: 1px solid white; padding: 0.5em 0.6em;}
.fa-comment-dots {position: absolute; bottom: 570px; left: 20px; font-size: 35px; color: white;}