File tree 1 file changed +13
-20
lines changed
1 file changed +13
-20
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+ text-align : center;
3
+ font-family : Arial;
4
+ }
5
+ .homelink {
6
+ text-align : center;
7
+ color : rgb (151 , 31 , 207 );
8
+ text-decoration : none;
9
+ }
10
+ .error {
11
+ color : rgb (151 , 31 , 207 );
12
+ }
13
+
1
14
@media screen and (width : 1920px ) {
2
15
body {
3
16
background : url ("/assets/Images/WalpaperImages/1920x1080/macosmonterey.png" );
4
- text-align : center;
5
- font-family : Arial;
6
- }
7
- .homelink {
8
- text-align : center;
9
- color : rgb (151 , 31 , 207 );
10
- text-decoration : none;
11
- }
12
- .error {
13
- color : rgb (151 , 31 , 207 );
14
17
}
15
18
}
16
19
17
20
@media screen and (width : 2560px ) {
18
21
body {
19
22
background : url ("/assets/Images/WalpaperImages/2560x1440/macosmonterey.jpg" );
20
- text-align : center;
21
- font-family : Arial;
22
- }
23
- .homelink {
24
- text-align : center;
25
- color : rgb (151 , 31 , 207 );
26
- text-decoration : none;
27
- }
28
- .error {
29
- color : rgb (151 , 31 , 207 );
30
23
}
31
24
}
You can’t perform that action at this time.
0 commit comments