1- < style >
2- .index-page {
3- display : flex;
4- align-items : center;
5- flex-direction : column;
6- justify-items : center;
7- justify-content : center;
8- padding-bottom : 0 !important ;
9- }
10-
11- .index-page__demo-header {
12- margin : 0 0 40px ;
13- font-size : 100px ;
14- font-weight : bold;
15- letter-spacing : 0.08em ;
16- text-align : center;
17- color : # 00acef ;
18- text-shadow : 1px 1px 5px # b1b1b1 ;
19- }
20-
21- .index-page__info-block {
22- font-weight : 500 ;
23- font-size : 1.2em ;
24- max-width : 600px ;
25- }
26-
27- .index-page__info-block p {
28- text-align : center;
29- color : # 616161 ;
30- }
31-
32- .index-page__info-block-accent {
33- font-weight : 600 ;
34- color : # a38167 ;
35- }
36-
37- .index-page__version .num {
38- font-weight : 600 ;
39- color : # 330f53 ;
40- }
41- </ style >
42-
431< div >
44- < h1 class ="index-page__header index-page__demo-header "> Sun< wbr /> Engine
45- </ h1 >
46- < div class ="index-page__info-block ">
47- < p > Пользователи:
48- < span class ="index-page__info-block-accent "> User1</ span > ,
49- < span class ="index-page__info-block-accent "> User2</ span > ,
50- < span class ="index-page__info-block-accent "> User3</ span > ,
51- < span class ="index-page__info-block-accent "> Moderator</ span > ,
52- < span class ="index-page__info-block-accent "> Admin</ span > .</ p >
53- < p > Пароль: < span class ="index-page__info-block-accent "> password</ span > .</ p >
54- < p class ="index-page__version "> Версия: < span class ="num "> v2.6.0</ span > </ p >
55- </ div >
56- </ div >
2+ < h1
3+ class ="index-page__header index-page__demo-header "
4+ style ="margin: 0 0 40px; font-size: 100px; font-weight: bold; text-align: center; "
5+ >
6+ Sun< wbr /> Engine
7+ </ h1 >
8+ < div
9+ class ="index-page__info-block "
10+ style ="font-size:1.2em; text-align: center; "
11+ >
12+ < p >
13+ Пользователи:
14+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
15+ > User1</ span
16+ > ,
17+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
18+ > User2</ span
19+ > ,
20+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
21+ > User3</ span
22+ > ,
23+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
24+ > Moderator</ span
25+ > ,
26+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
27+ > Admin</ span
28+ > .
29+ </ p >
30+ < p >
31+ Пароль:
32+ < span class ="index-page__info-block-accent " style ="font-weight: 500 "
33+ > password</ span
34+ > .
35+ </ p >
36+ </ div >
37+ </ div >
0 commit comments