Исправлен текст в workout.html; исправлен заголовок в workout.html; рефакторинг css-стилей
This commit is contained in:
parent
e15a0729a0
commit
73a42a1e22
|
@ -3,13 +3,13 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Dhaverd</title>
|
<title>Dhaverd</title>
|
||||||
<link href="src/styles/style.css?v=01000023" rel="stylesheet">
|
<link href="src/styles/style.css?v=01000025" rel="stylesheet">
|
||||||
<link rel="icon" href="src/img/favicon.ico">
|
<link rel="icon" href="src/img/favicon.ico">
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header id="header" class="default">
|
<header id="header" class="default">
|
||||||
<div>
|
<div class="logo-img">
|
||||||
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
|
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
|
@ -3,14 +3,6 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
header {
|
|
||||||
background-color: #424242;
|
|
||||||
text-align: center;
|
|
||||||
padding-top: 10px;
|
|
||||||
box-shadow: 1px 1px 10px rgba(215, 77, 0, 0.5);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #575757;
|
background-color: #575757;
|
||||||
|
@ -141,40 +133,6 @@ h2 {
|
||||||
border-radius: 10%;
|
border-radius: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-nav p {
|
|
||||||
visibility: hidden;
|
|
||||||
width: 100%;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 25% 25% 25% 25%;
|
|
||||||
grid-template-areas: "one two three four";
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-nav a {
|
|
||||||
border: 1px;
|
|
||||||
border-color: #FFFFFF;
|
|
||||||
background-color: #505050;
|
|
||||||
margin-left: 5px;
|
|
||||||
margin-right: 0px;
|
|
||||||
padding-top: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.one {
|
|
||||||
grid-area: one;
|
|
||||||
}
|
|
||||||
|
|
||||||
.two {
|
|
||||||
grid-area: two;
|
|
||||||
}
|
|
||||||
|
|
||||||
.three {
|
|
||||||
grid-area: three;
|
|
||||||
}
|
|
||||||
|
|
||||||
.four {
|
|
||||||
grid-area: four;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fixed {
|
.fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 1;
|
bottom: 1;
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</section>
|
</section>
|
||||||
<section class="clay"> </section>
|
<section class="clay"> </section>
|
||||||
<section class="main-content">
|
<section class="main-content">
|
||||||
<h1>Программа тренировок</h1>
|
<h1 class="page-title">Программа тренировок</h1>
|
||||||
<table class="workout-table">
|
<table class="workout-table">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="table-head" colspan="2"><b>Вторник: Грудь. Бицепсы. Пресс.</b></td>
|
<td class="table-head" colspan="2"><b>Вторник: Грудь. Бицепсы. Пресс.</b></td>
|
||||||
|
@ -115,11 +115,11 @@
|
||||||
<td class="count">3x10</td>
|
<td class="count">3x10</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="exercise">Сгибание и разгибание ног на тренажере</td>
|
<td class="exercise">Сгибание ног на тренажере</td>
|
||||||
<td class="count">3x10</td>
|
<td class="count">3x10</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
<td class="exercise">Разгибание и разгибание ног на тренажере</td>
|
<td class="exercise">Разгибание ног на тренажере</td>
|
||||||
<td class="count">3x10</td>
|
<td class="count">3x10</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue