-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pierwsza wersja generowanych obrazków do postów (#19)
* Pierwsza wersja generownych obrazków * CSS changes Add vertical align & new background * Zmiana tła * Cofnięty tymczasowy image Co-authored-by: Agnieszka Cent <[email protected]> Co-authored-by: Maciej Gos <[email protected]>
- Loading branch information
1 parent
7649c58
commit a63bc41
Showing
7 changed files
with
88 additions
and
19 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
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,61 @@ | ||
html, body { | ||
height: 100%; | ||
margin: 0; | ||
} | ||
|
||
.content { | ||
max-width: 1200px; | ||
height: 630px; | ||
background-color: rgb(255, 255, 255); | ||
position: relative; | ||
background-image: url('/assets/images/bg/05.jpg'); | ||
background-size: 1200px 630px; | ||
} | ||
|
||
.content-inside { | ||
padding: 20px; | ||
padding-bottom: 50px; | ||
margin-bottom: 50px; | ||
|
||
} | ||
|
||
.footer { | ||
position: absolute; | ||
left: 0; | ||
bottom: 0; | ||
width: 100%; | ||
background-color: rgb(11, 10, 27); | ||
color: white; | ||
text-align: center; | ||
font-size: 1.5rem; | ||
} | ||
|
||
.logo { | ||
max-height: 120px; | ||
position: absolute; | ||
right: 0; | ||
margin-right: 20px; | ||
} | ||
|
||
h1 { | ||
font-size: 4.5rem; | ||
} | ||
|
||
.authors { | ||
position: absolute; | ||
bottom: 55px; | ||
} | ||
|
||
.authors div { | ||
display: inline-block; | ||
margin-right: 20px; | ||
} | ||
|
||
.authors img { | ||
max-height: 50px; | ||
} | ||
|
||
.authors h3 { | ||
display:inline-block; | ||
vertical-align: -webkit-baseline-middle; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.