File tree Expand file tree Collapse file tree 2 files changed +46
-3
lines changed Expand file tree Collapse file tree 2 files changed +46
-3
lines changed Original file line number Diff line number Diff line change 20
20
< div class ="row ">
21
21
< div class ="col ">
22
22
< h3 class ="card-title "> < span id ="surnameOutput "> Генерация фамилии</ span > </ h3 >
23
- < h4 > Имя: < span id ="firstNameOutput "> Генерация имени</ span > </ h4 >
24
- < h4 > Отчество: < span id ="fatherNameOutput "> Генерация отчества</ span > </ h4 >
23
+ < h4 > Имя:< span id ="firstNameOutput "> Генерация имени</ span > </ h4 >
24
+ < h4 > Отчество:< span id ="fatherNameOutput "> Генерация отчества</ span > </ h4 >
25
+ < hr >
25
26
< p >
26
27
< span id ="genderOutput "> Генерация пола</ span > <!--
27
28
--> < span > , </ span > <!--
28
- --> < span id ="birthYearOutput "> Генерация года рождения</ span > <!--
29
+ --> < span id ="birthYearOutput "> Генерация даты рождения</ span > рождения <!--
29
30
--> < span > , </ span > <!--
30
31
--> < span id ="jobOutput "> Генерация работы</ span >
31
32
</ p >
32
33
</ div >
33
34
</ div >
34
35
</ div >
36
+ < div class ="card-footer text-right ">
37
+ < button class ="btn btn-primary "> Сгенерировать</ button >
38
+ < button class ="btn btn-primary "> Очистить</ button >
39
+ </ div >
35
40
</ div >
36
41
</ div >
37
42
</ div >
Original file line number Diff line number Diff line change
1
+ @import url ('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap' );
2
+
3
+ .game-card
4
+ {
5
+ font-family : 'Play' , sans-serif;
6
+
7
+ height : 100vh ;
8
+ }
9
+
10
+ .game-card h3
11
+ {
12
+ font-weight : bold;
13
+ }
14
+
15
+ .game-card h4
16
+ {
17
+ font-weight : bold;
18
+
19
+ text-align : left;
20
+ }
21
+
22
+ .game-card h4 span
23
+ {
24
+ position : absolute;
25
+ left : 6em ;
26
+
27
+ font-weight : normal;
28
+ }
29
+
30
+ .game-card p
31
+ {
32
+ text-align : left;
33
+ }
34
+
35
+ .game-card p span : nth-child (5 )
36
+ {
37
+ text-transform : lowercase;
38
+ }
You can’t perform that action at this time.
0 commit comments