We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa24e3 commit debb00cCopy full SHA for debb00c
home.html
@@ -9,9 +9,18 @@
9
margin: 0;
10
padding: 0;
11
}
12
+
13
+ body {
14
+ width: 100vw;
15
+ height: 100vh;
16
+ background: url(imagens/background-computador.jpg) no-repeat center;
17
+ background-size: cover;
18
+ background-attachment: fixed;
19
+ }
20
</style>
21
</head>
22
<body>
- <img src="imagens/" alt="">
23
24
+</body>
25
</body>
26
</html>
style.css
@@ -33,11 +33,12 @@ section#computador {
33
34
35
iframe#tela {
36
- width: 410px;
37
- height: 266px;
38
- background-color: blue;
+ width: 420px;
+ height: 269px;
39
+ border-radius: 3%;
40
position: relative;
- top: 30%;
41
+ top: 29.3%;
42
left: 50%;
43
transform: translate(-50%, -50%);
44
0 commit comments