Skip to content

Commit

Permalink
еще немного поработал
Browse files Browse the repository at this point in the history
  • Loading branch information
gadjster committed Feb 6, 2024
1 parent 4b4e0d2 commit 090a4ab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Проект по второму спринту Яндекс Практика
https://github.com/gadjster/posmotri_v_okno
https://github.com/gadjster/posmotri_v_okno.git
41 changes: 23 additions & 18 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ ol {
justify-content:start;
gap:30px;
min-width: 1140px;
height: 534px;

}

Expand Down Expand Up @@ -117,7 +116,7 @@ ol {

.content__video-card-thumbnail{
width: 194px;
height: 103px;
min-height: 103px;

}

Expand All @@ -140,7 +139,7 @@ ol {

.title{
color: #FFF;
font-family: Oswald;
font-family: Oswald, sans-serif;
font-weight: 700;
font-size: 75px;
font-style: normal;
Expand Down Expand Up @@ -185,10 +184,19 @@ ol {

}


.content__card-link:active{
background-color:#545050;

}




.content__video-card-title{
margin-top: 5px;
margin-left: 5px;
font-family: Oswald;
font-family: Oswald, sans-serif;
font-weight: 700;
font-size: 30px;
font-style: normal;
Expand All @@ -199,7 +207,7 @@ ol {

.content__video-card-description{
margin-left: 5px;
font-family: "Fira Sans Condensed";
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 400;
font-size: 18px;
font-style: normal;
Expand Down Expand Up @@ -230,7 +238,7 @@ ol {

.search-form__fieldset-title{
color: #FFF;
font-family: "Fira Sans Condensed";
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 400;
font-size: 18px;
font-style: normal;
Expand All @@ -249,8 +257,7 @@ ol {
}

.search-form__textfield:active{
border: 1px solid #FFF;
outline: none;
outline: 1px solid #FFF;

}

Expand Down Expand Up @@ -278,9 +285,8 @@ ol {

.search-form__textfield{
width: 225px;
height: 27px;
color: rgba(255, 255, 255, 0.70);
font-family: "Fira Sans Condensed";
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 400;
font-size: 18px;
font-style: normal;
Expand All @@ -292,7 +298,7 @@ ol {

.search-form__textfield::placeholder{
color: rgba(255, 255, 255, 0.70);
font-family: "Fira Sans Condensed";
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 400;
font-size: 18px;
font-style: normal;
Expand All @@ -314,8 +320,8 @@ ol {
.search-form__label-text{
align-content:center;
margin-left: 2px;
color: rgba(255, 255, 255, 0.70);
font-family: "Fira Sans Condensed";
color: rgba(255 255 255 / 0.7);
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 400;
font-size: 18px;
font-style: normal;
Expand Down Expand Up @@ -346,7 +352,7 @@ ol {
margin: auto ;
width: 15px;
height: 15px;
background-color: #adb5bd;
background-color: #FFFFFF;

}

Expand All @@ -360,7 +366,7 @@ ol {
.button{
border: 1px solid #FFF;
color: #FFF;
font-family: "Fira Sans Condensed";
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 700;
font-size: 18px;
font-style: normal;
Expand All @@ -382,7 +388,6 @@ ol {
}

.button:focus{
border: none;
outline: none;
}

Expand All @@ -395,14 +400,14 @@ ol {
.search-form__submit-button{
align-self:flex-end;
width: 194px;
height: 34px;
min-height: 34px;

}

.more-button{
position: sticky;
width: 100%;
height: 34px;
min-height: 34px;
margin-top: 30px;

}
Expand Down

0 comments on commit 090a4ab

Please sign in to comment.