Skip to content

Commit f4522a7

Browse files
committed
Overall layout design done.
1 parent 269c5d2 commit f4522a7

File tree

6 files changed

+272
-3
lines changed

6 files changed

+272
-3
lines changed

src/ch8-adding_design/final/pypi_design/.idea/dictionaries/screencaster.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ch8-adding_design/final/pypi_design/pypi/static/css/site.css

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
body {
22
font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
33
font-size: 17px;
4+
background-color: #006dad;
5+
}
6+
7+
#page-content {
8+
background-color: #fff;
49
}
510

611
.hero {
@@ -84,4 +89,32 @@ body {
8489
font-style: italic;
8590
font-weight: normal;
8691
font-size: 16px;
87-
}
92+
}
93+
94+
95+
.navbar-brand img {
96+
width: 65px;
97+
margin-left: 60px;
98+
}
99+
100+
.navbar-inverse .navbar-toggle {
101+
margin-top: 20px;
102+
}
103+
104+
.navbar-nav li {
105+
margin-top: 20px;
106+
}
107+
108+
#last_nav_link {
109+
margin-right: 45px;
110+
}
111+
112+
113+
footer {
114+
margin-top: 50px;
115+
width: 100%;
116+
padding: 30px;
117+
text-align: center;
118+
color: white;
119+
background-color: #006dad;
120+
}
Lines changed: 99 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)