Skip to content
Snippets Groups Projects
Commit 5e2e5717 authored by rindanh's avatar rindanh
Browse files

finish doll up

parent 0a3f69ae
1 merge request!20finish doll up
......@@ -43,6 +43,6 @@ body {
flex-wrap: wrap;
}
* {
font-family: 'Nunito', sans-serif;
}
\ No newline at end of file
/** {
font-family: 'Arial Rounded MT Bold', 'Nunito', sans-serif;
}*/
\ No newline at end of file
......@@ -26,10 +26,13 @@ body {
font-weight: bold;
margin-left: 5px;
padding-bottom: 2%;
font-size: 20px;
}
#book-description {
margin-left: 5px;
font-family: 'Calibri', 'Nunito';
font-size: 20px;
}
.submit-button {
......@@ -68,6 +71,10 @@ body {
width: 95%;
}
.review-desc {
font-family: 'Calibri', 'Nunito';
}
.rate {
text-align: right;
......
......@@ -4,7 +4,7 @@
border: 3px solid;
border-color: #898989;
border-radius: 6px;
font-family: 'Arial Rounded MT Bold'
font-family: 'Calibri';
margin-bottom: 30px;
padding: 10px;
}
......@@ -24,5 +24,5 @@
}
.title {
font-family: 'Arial Rounded MT Bold'
font-family: 'Arial Rounded MT Bold';
}
\ No newline at end of file
......@@ -17,7 +17,7 @@ input, textarea{
}
.edit-profile-headline {
color: #FF6029;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: 'Arial Rounded MT Bold', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 5em;
}
......
......@@ -15,7 +15,7 @@ nav {
height: 95px;
background-color:#00AFEA;
display: flex;
font-family: 'Courier New', Courier, monospace;
font-family: 'Nunito', 'Calibri', 'Courier New', Courier, monospace;
flex-direction: row;
justify-content: space-between;
}
......@@ -79,4 +79,4 @@ nav {
.menu-item:hover{
background: #FF6029;
cursor: pointer;
}
\ No newline at end of file
}
body {
font-family: 'Calibri';
font-family: 'Nunito', 'Arial Rounded MT Bold';
}
#history {
......@@ -50,11 +50,13 @@ body {
.status {
margin-left: 15px;
float: left;
font-family: 'Calibri', 'Nunito';
}
.bc2 {
margin-right: 10px;
font-weight: bold;
color: #4E4E4E;
}
.waktupesan {
......
......@@ -31,7 +31,8 @@ body{
}
.profile-name {
font-family: Helvetica, Verdana, sans-serif;
/*font-family: Helvetica, Verdana, sans-serif;*/
font-family: 'Arial Rounded MT Bold';
color: white;
text-align: center;
font-size: 4.5em;
......@@ -41,19 +42,21 @@ body{
width: 80%;
height: 100%;
margin: 0 auto;
font-family: 'Nunito', 'Calibri','Courier New', Courier, monospace;
}
.profile-table{
width:100%;
padding-left: 3%;
padding-left: 5%;
padding-right: 3%;
font-size: 3em;
font-family: 'Courier New', Courier, monospace;
font-family: 'Nunito', 'Calibri','Courier New', Courier, monospace;
}
.table-headline{
font-size: 5em;
color:#FF6029;
font-family: 'Arial Rounded MT Bold'
}
.profile-icon {
......
body {
font-family: 'Arial Rounded MT Bold'
}
.review-title {
width: 78.5%;
}
......@@ -30,6 +34,13 @@
.review-header h1 {
font-size: 60px;
color: #00374c;
font-family: 'Arial Rounded MT Bold'
}
#review-author {
color: #4E4E4E;
font-size: 25px;
font-family: 'Arial Rounded MT Bold'
}
.review-rating img {
......
......@@ -2,6 +2,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
font-family: 'Arial Rounded MT Bold';
}
.search-result-title h1, .search-result-title h2{
......@@ -13,11 +14,12 @@
margin-bottom: 45px;
margin-top: 10px;
margin-left: 20px;
}
.search-result-title h2 {
margin-bottom: 65px;
font-size: 30px;
/*font-size: 30px;*/
color: #4c4c4c;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment