Skip to content

Commit 3ac9785

Browse files
Updates
1 parent 74c4f5f commit 3ac9785

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ <h1>Windows 11 Mobile</h1>
102102
</div>
103103
</div>
104104
</div>
105-
</div>
106-
107-
105+
</div>
108106

109107
<div class="pesquisar">
110108
<div class="iconesPesquisa" style="margin-top: -10px;">
@@ -185,7 +183,6 @@ <h5>Games</h5>
185183
</div>
186184

187185
</div>
188-
189186

190187
</div>
191188

style.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ body {
6060
position: absolute;
6161
left: 50%;
6262
transform: translateX(-50%);
63-
font-family: 'SF UI Display';
6463
color: white;
6564
font-weight: bold;
6665
top: 0;
@@ -73,7 +72,6 @@ body {
7372
position: absolute;
7473
left: 50%;
7574
transform: translateX(-50%);
76-
font-family: 'SF UI Display light';
7775
color: white;
7876
top: 0;
7977
bottom: 0;
@@ -211,7 +209,6 @@ body {
211209
.clockNotif {
212210
z-index: 99;
213211
font-size: 40px;
214-
font-family: 'SF UI Display light';
215212
}
216213

217214
.tela1 {
@@ -234,6 +231,7 @@ body {
234231
height: 220px;
235232
z-index: 5;
236233
transition: 280ms;
234+
237235
}
238236

239237
.keyboard {
@@ -517,7 +515,7 @@ body {
517515
margin-top: 15px;
518516
margin-left: 150px;
519517
font-size: 40px;
520-
font-family: 'SF UI Display light';
518+
521519
}
522520
.cidade {
523521
margin-top: 25px;
@@ -654,7 +652,6 @@ body {
654652

655653
/* Tela 2 */
656654
.flex-widgets2 {
657-
z-index: 99;
658655
top: -320px;
659656
position: relative;
660657
display: flex;
@@ -666,15 +663,18 @@ body {
666663
height: 420px;
667664
transition: 400ms;
668665
left: 320px;
669-
666+
z-index: 4;
670667
}
671668
.news {
672669
display: flex;
673670
align-items: center;
671+
674672
color: white;
675673
text-align: left;
676674
padding: 10px;
677675
border-radius: 9px;
676+
z-index: 1;
677+
678678
}
679679
.news .texto {
680680
width: 170px;
@@ -757,14 +757,14 @@ body {
757757
margin-top: 5px;
758758
color: rgb(28, 126, 255);
759759
font-size: 12px;
760-
font-family: 'SF UI Display light';
760+
761761
}
762762
.diaMes {
763763
text-align: left;
764764
margin-left: 20px;
765765
margin-top: -10px;
766766
font-size: 35px;
767-
font-family: 'SF UI Display';
767+
768768
}
769769

770770
.traco-tarefa1 {
@@ -791,15 +791,15 @@ body {
791791
margin-left: 30px;
792792
font-weight: bolder;
793793
font-size: 12px;
794-
font-family: 'SF UI Display light';
794+
795795
}
796796
.tarefa1-desc {
797797
margin-top: -4px;
798798
text-align: left;
799799
margin-left: 30px;
800800
color: rgb(23, 116, 255);
801801
font-size: 12px;
802-
font-family: 'SF UI Display light';
802+
803803
}
804804

805805
.traco-tarefa2 {
@@ -826,15 +826,15 @@ body {
826826
margin-left: 30px;
827827
font-weight: bolder;
828828
font-size: 12px;
829-
font-family: 'SF UI Display light';
829+
830830
}
831831
.tarefa2-desc {
832832
margin-top: -4px;
833833
text-align: left;
834834
margin-left: 30px;
835835
color: rgb(4, 148, 81);
836836
font-size: 12px;
837-
font-family: 'SF UI Display light';
837+
838838
}
839839

840840
/* Botões Inferiores */

0 commit comments

Comments
 (0)