Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
65763703
authored
2016-04-14 16:17:23 -0400
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
improved display alignment
1 parent
d3fa69cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
16-141-045c CWL_2016 Online Ads/publish/index.html
16-141-045c CWL_2016 Online Ads/publish/main.css
16-141-045c CWL_2016 Online Ads/publish/index.html
View file @
6576370
...
...
@@ -13,11 +13,11 @@
<h1>
HTML5 Online Ads
</h1>
<iframe
id=
''
class=
"b728x90"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_farmers/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_store/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_trades/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90
stacked
"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_farmers/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90
stacked
"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_store/index.html"
></iframe>
<iframe
id=
''
class=
"b728x90
stacked
"
scrolling=
"no"
src=
"en_728x90_cwl_2016Spring_trades/index.html"
></iframe>
<iframe
id=
''
class=
"b300x600"
scrolling=
"no"
src=
"en_300x600_cwl_2016Spring_makeawave/index.html"
></iframe>
<iframe
id=
''
class=
"b300x600
stacked
"
scrolling=
"no"
src=
"en_300x600_cwl_2016Spring_makeawave/index.html"
></iframe>
</body>
</html>
...
...
16-141-045c CWL_2016 Online Ads/publish/main.css
View file @
6576370
...
...
@@ -6,7 +6,7 @@ body {
margin
:
0
auto
;
padding
:
2em
2em
4em
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
1
6
px
;
font-size
:
1
4
px
;
line-height
:
1.5em
;
color
:
#8e8e8e
;
}
...
...
@@ -17,14 +17,18 @@ h1, h2, h3, h4, h5, h6 {
}
iframe
{
margin
:
2
0px
;
margin
:
1
0px
;
border
:
1px
#d4d4d4
solid
;
overflow
:
hidden
;
iframe
::
-webkit-scrollbar
{
display
:
none
;
}
}
;
}
.stacked
{
display
:
flex
;
}
.b300x250
{
width
:
300px
;
height
:
250px
;
...
...
Please
register
or
sign in
to post a comment