Skip to content

Commit 1820f33

Browse files
main page text
1 parent 6887215 commit 1820f33

File tree

3 files changed

+43
-6
lines changed

3 files changed

+43
-6
lines changed

css/ex6.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ html{
44
height: 100%;
55
}
66
@media (min-width:1200px){
7+
78
#close{
89
margin-top: -30px;
910
width: 60px;

css/mainpage.css

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ html{
55
}
66

77
@media (min-width:1450px){
8+
h3{
9+
font-size: 25px;
10+
color: rgb(78, 26, 134);
11+
}
12+
#welcome p{
13+
font-size: 20px;
14+
}
815
.container{
916
margin-top: 100px;
1017
}
@@ -48,11 +55,18 @@ html{
4855
width: 90%;
4956
aspect-ratio: 2/1;
5057
}
58+
h3{
59+
font-size: 25px;
60+
color: rgb(78, 26, 134);
61+
}
62+
#welcome p{
63+
font-size: 20px;
64+
}
5165
.body {
5266
grid-area:body;
5367
display:grid;
5468
grid-template-columns: 40% 55%;
55-
grid-template-rows: 700px;
69+
grid-template-rows: 800px;
5670
grid-template-areas:
5771
"info games"
5872
}
@@ -85,11 +99,18 @@ html{
8599
width:200px;
86100
height:100px;
87101
}
102+
h3{
103+
font-size: 25px;
104+
color: rgb(78, 26, 134);
105+
}
106+
#welcome p{
107+
font-size: 20px;
108+
}
88109
.body {
89110
grid-area:body;
90111
display:grid;
91112
grid-template-columns: 100%;
92-
grid-template-rows: 300px 550px;
113+
grid-template-rows: auto 550px;
93114
grid-template-areas:
94115
"info"
95116
"games"
@@ -122,11 +143,18 @@ html{
122143
width:200px;
123144
height:100px;
124145
}
146+
h3{
147+
font-size: 25px;
148+
color: rgb(78, 26, 134);
149+
}
150+
#welcome p{
151+
font-size: 20px;
152+
}
125153
.body {
126154
grid-area:body;
127155
display:grid;
128156
grid-template-columns: 100%;
129-
grid-template-rows: 300px 550px;
157+
grid-template-rows: auto 550px;
130158
grid-template-areas:
131159
"info"
132160
"games"
@@ -160,11 +188,18 @@ html{
160188
width:200px;
161189
height:100px;
162190
}
191+
h3{
192+
font-size: 22px;
193+
color: rgb(78, 26, 134);
194+
}
195+
#welcome p{
196+
font-size: 18px;
197+
}
163198
.body {
164199
grid-area:body;
165200
display:grid;
166201
grid-template-columns: 100%;
167-
grid-template-rows: 300px 550px;
202+
grid-template-rows: auto 550px;
168203
grid-template-areas:
169204
"info"
170205
"games"

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<div class="logo">
1717
<img src="image/logo.png" alt="logo" id="logo"/>
1818
<div id="welcome">
19-
<h3>hello my name is welcome</h3>
20-
<p>welcome</p>
19+
<h3>Добро пожаловать на Bool!</h3>
20+
<p>Мы рады видеть вас на нашем сайте, посвященном увлекательному миру булевых функций!</p>
21+
<p>Здесь вы найдете калькуляторы, которые помогут вам решать сложные задачи, а также интересные игры, которые сделают изучение увлекательным и доступным.</p>
2122
</div>
2223
</div>
2324
<div class="games">

0 commit comments

Comments
 (0)