Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 27 additions & 4 deletions _example-resume/css/index.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
.container {
max-width: 900px;
}

/* Nav Bar */

nav {
padding: 20px 0;
}
nav a {

nav button {
margin: 2px;
color: black;
}

/* JUMBOTRON */

.jumbotron {
background: offwhite;
background: white;
border: 3px solid lightgoldenrodyellow;
}

.jumbotron img {
width: 70%;
}

.jumbotron .btn {
background: gray;
border: 1px solid white;
}
.table-row {
margin-top: 20px;


/* LIST GROUP */
.col-12 .list-group .list-group-item {
display: flex;
justify-content: center;
}

.text-center {
text-align: center;
}

.footer {
margin-top: 20px;
padding: 20px 0;
Expand Down
Loading