Skip to content

Commit

Permalink
Add styles fixes PlatziMaster#2
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfbgomez committed May 24, 2021
1 parent 7ec7c64 commit 02928fc
Showing 1 changed file with 64 additions and 1 deletion.
65 changes: 64 additions & 1 deletion src/styles/components/App.styl
Original file line number Diff line number Diff line change
@@ -1,2 +1,65 @@
blue-text = #353f63

body
background-color blue
background-color #ebeef3
margin: 0
padding: 0

h1, h2, h3
margin: 5px 0

p
margin: 3px 0

.About
.About-title
color: blue-text

.Card
background-color: #fff
border-radius: 8px
margin: 10px 0px
padding: 10px

.Column-2
display: grid
grid-template-columns: repeat(2, 1fr)
grid-template-rows: 1fr
column-gap: 25px

.Container
display: block
margin: 0 auto
width: 70%

.Header
background-color: #fff
.Header-flex
display: flex
align-items: center
justify-content: space-between
img
border-radius: 50%
height: 120px
margin: 0 auto
width: 120px
.Header-title
color: blue-text
.Header-info
width: 80%
.Header-job-title
color: blue-text
margin: 5px 0
.Header-flex
display: flex
align-items: center
justify-content: flex-start
p {
margin-right: 30px
}

.Profile
.Profile-title
color: blue-text
.Profile-desc
margin-top: 5px

0 comments on commit 02928fc

Please sign in to comment.