-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Главный герой сумел превести все элементы LESS в порядок. Но он не проверял, как они устроены внутри. И правильно сделал, иначе пришлось бы лечиться вином еще неделю после этого. То, что отвечает за пейзажи переселили в отдельный файл. Девочка очень просит сделать ей пластику носа и новую прическу. Поэтому в следующих частях ГГ обязательно ее спасет. Но наш ГГ столкнулся с другой проблемой. В букете цветов девочки просто адский говнокод, которому поможет лишь javascript. ГГ не знает, что ему делать в первую очередь, спасать девочку или ее букет. Об этом вы сможете почитать в следующих частях. Приятного просмотра. Продолжение следует...
- Loading branch information
1 parent
aec0016
commit c5b98a5
Showing
6 changed files
with
286 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.field1 { | ||
width: 80%; | ||
bottom: -400px; | ||
left: 0; | ||
position: fixed; | ||
height: 600px; | ||
border-radius: 0 50% 50% 0; | ||
background: linear-gradient(to bottom, #5CBA4C 10%, #279414 25%, #0B4D00); | ||
display: inline-block; | ||
} | ||
.field2 { | ||
width: 50%; | ||
bottom: -250px; | ||
right: -100px; | ||
position: fixed; | ||
z-index: -1; | ||
height: 400px; | ||
border-radius: 50% 50% 0 0; | ||
background: linear-gradient(to bottom, #71BA52, #338924); | ||
display: inline-block; | ||
} | ||
.field3 { | ||
width: 70%; | ||
bottom: 0; | ||
right: -50px; | ||
position: fixed; | ||
z-index: -2; | ||
height: 200px; | ||
border-radius: 50%; | ||
background: linear-gradient(to bottom, #D6FADA, #AAD793, #9EBE99, #77A171); | ||
display: inline-block; | ||
} | ||
.sky { | ||
width: 100%; | ||
min-height: 850px; | ||
z-index: -3; | ||
background: linear-gradient(to bottom, #6BC3FF, #51CBFF, #52CAFF, #7BD5FF, #C9EAFA, #EAFBFF, #FFFEE8) no-repeat; | ||
position: relative; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
function Human() { | ||
return this; | ||
} | ||
|
||
Human.prototype.generatePerson = function() { | ||
|
||
}; | ||
|
||
Human.prototype.generateFlowers = function() { | ||
|
||
}; | ||
|
||
Human.prototype.generateFlower = function() { | ||
|
||
} |
Oops, something went wrong.