Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
simplifying css
  • Loading branch information
TTsyurka authored Oct 1, 2024
1 parent 5575d55 commit b6d7ca7
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Здесь же пропишем свойство, которое преобразует регистр текста в верхний
для всех элементов
*/
* {
{
margin: 0;
padding: 0;
box-sizing: border-box;
Expand Down Expand Up @@ -54,15 +54,6 @@ body {
background-repeat:no-repeat;
background-attachment:fixed;
color: white;

/*
Меняем стандартный курсор на милого котика, а так как котик у нас круглый,
а стрелка мыши срабатывает самым верхним углом (там её хотспот), а с котиком это
неудобно - перенесём хотспот на его нос - просто сместим top-left хотспота в пикселях
в центр мордочки
https://developer.mozilla.org/en-US/docs/Web/CSS/cursor
*/
}

/*
Expand Down Expand Up @@ -150,7 +141,7 @@ a:hover {

/*
Медиа query для планшетов, срабатывает, когда минимальный размер окна достигает 1024px
*/
@media screen and (min-width: 1024px) {
body {
Expand Down Expand Up @@ -210,3 +201,4 @@ a:hover {
font-size: 3vw;
}
}
*/

0 comments on commit b6d7ca7

Please sign in to comment.