-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplatedesign.css
More file actions
41 lines (21 loc) · 1.2 KB
/
templatedesign.css
File metadata and controls
41 lines (21 loc) · 1.2 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
/* RESET */
*{ font-family: open-sans; }
body {background-color: hsl(233, 47%, 7%);}
/* FONT */
@font-face {
font-family: open-sans;
src: url(inter-variablefont_slntwght-webfont.woff);
}
/*TEXTO DA PÁGINA */
.page {width: 380px; height: 300px; position: absolute;top: 120px; left: 90px; background-color:hsl(244, 38%, 16%);}
h1{color: white; font-size: 20px; font-weight: bold; text-align: center; margin-top: 35px;}
.text {font-size: 12px; color: grey; margin-top: 20px;}
.tx1{position: absolute; float: left; margin-left: 50px; margin-top: 25px;}
.tx2{position: absolute; float: left; margin-left: 160px;}
.tx3{position: absolute; float: left; margin-left: 260px;}
/* COMPANIES,TEMPLATES,QUERIES */
.companies {font-size: 12px; color: grey; margin-top: 20px; position: absolute; left: 35px; bottom: 55px; text-transform: uppercase;}
.templates {font-size: 12px; color: grey; margin-top: 20px; position: absolute; left: 150px; bottom: 56px; text-transform: uppercase;}
.queries {font-size: 12px; color: grey; margin-top: 20px; position: absolute; left: 260px; bottom: 55px; text-transform: uppercase;}
/* IMAGEM */
img {width: 380px; height: 300px; position: absolute; left: 470px; top: 120px; }