Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Help in forum design Reply To: Help in forum design

#241173
I.m.learning
Participant

Why does the car only appear when the browser is minimized?

You should make the Tesla image smaller, and keep it to the upper left of the image with the car (see *1, below) and make that image responsive so it becomes smaller and not have the car hidden when maximized.

*1- I am using an image inside my a tag to show the user it is an outside link, for example, in my “About me,” I am using a link to Amazon for a book I wrote. To style this, I am using

a[title~=amazon]:after{display:inline-block;width:20px;height:20px;content:" ";background:url(???.png)no-repeat 0 0;
background-size:120%;margin:0 0 -5px 3px;}

Move the “hamburger” icon [navigation] UNDER that image discussed. That way your image banner, with the Tesla icon, is not obscured by the icon when minimized.

Otherwise, there is nothing bad about the design, if you want to change the color of the div containers, ID them; in your CSS, refer to that particular div and change the background color.
#div1{background-color: ??;}