Skip to content

Commit

Permalink
Escrevendo e organizando layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vcampitelli committed Jun 25, 2020
1 parent c0519a8 commit bf97947
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 210 deletions.
46 changes: 40 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.reveal-viewport {
background: #f0f0f0;
}
.reveal blockquote {
border-left: 5px #ddd solid;
text-align: left;
padding-left: 20px;
box-shadow: none;
}
.reveal blockquote > small {
line-height: 1;
vertical-align: baseline;
Expand All @@ -10,16 +19,41 @@ figcaption {
.small {
font-size: 0.5em;
}
.mb-0 {
margin-bottom: 0 !important;
.reveal pre {
font-size: 0.5em;
}
h1.h2 {
font-size: 2.5em;
}
.color-transparent {
color: transparent;
}
p > img {
vertical-align: middle;
}
code {
background-color: #ddd;
color: #e83e8c;
font-size: 0.9em;
}
li > ul {
font-size: 0.8em !important;
}

.d-flex {
display: flex;
justify-content: center;
}
h1.h2 {
font-size: 2.11em;
.align-items-center {
align-items: center;
}
.color-transparent {
color: transparent;

.mb-0 {
margin-bottom: 0 !important;
}
.mr-2 {
margin-right: 2rem !important;
}
.mr-3 {
margin-right: 3rem !important;
}
Binary file added img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/qr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bf97947

Please sign in to comment.