Monday, September 12, 2016

Q3 PTC Day 65

6p - 7p

HOW TO MAKE HEADER

...AND ANYTHING ELSE...

Simply make them as normal elements on the page below the upper part, as normal in wordpress.

Style the below part to match the top part.

Then copy the HTML and paste it where you want it.

...once the page is published, do all this on a separate page titled workshop.

TODAY

-got a dozen or so sunset bg's to try out.

-added to stylesheet to make a box around the elements on the page so they stand out as separate from bg image.  (note how this page does it with the text... not sure if i can be the same with video but here's to hoping... guess I gotta figure this out and if this kinda bg image will work.  So far it's not working so hot.... http://nasfactor.com/themes/dotsquare/html/html/index.html )

CODE:

CSS:

.box {
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-bottom: #777 1px solid;
  border-left: #777 1px solid;
}

Element:
<whatever class="box"></whatever>

also maybe try this one here:
http://webdesignerwall.com/tutorials/css-the-all-expandable-box

Design Thoughts


It's almost like I need a black bg with a picture stylishly running up the side and around the top or something.  This full bg isnt goin anywhere fast.

No comments:

Post a Comment