Jump to content

Transparent background/foreground for web page


veikkaur

Recommended Posts

Hi, let me introduce my self first and then ask the question.

I am 19 year-old guy from Finland with high school and vocational (in mechanical and electrical engineering) education. I've never really had actually made a program, but external equipment for many (eg. robots, research equipment). From my entrepreneurial passion to digitalization of economy, has led me to learn more about programming, Khan Academy have been great source so far. My real interest on this subject lays on Artificial Intelligence, interactive website and blockchain technology. I have now started from basics of Html, CSS and JavaScript. Plus overview on AI and Common LISP. My project is to build a website marketplace with a built in currency, for more efficient sharing economy and monetary base. Cryptography is the greatest challenge now to secure accounts and to make reliable platform, not to mention all the designing features I am still missing, because the lack of experience even with the basics of programming. I'd basically do all myself, but if you are interested to give further advice on proceeding or you have spare time and interest, come across and contact! Send here a message that you found this introduction and feel motivated and want to participate or want to give an advice. Email is good as well: veikkotapiokaurila@gmail.com. I look forward to hear from you.

 

My question is:

Can I remove the background from my web page? make it transparent? The white space, which is originally there when you start to write HTML without any further style modifications. I've not found more than an article from 2010 that says it would be probably nice if it could be removed. Pls find the attached image. Thanks

 

 

5144552798_e42cbab6bc.jpg

Edited by veikkaur
Link to comment
Share on other sites

Where did that screenshot come from? There is no standard in HTML or CSS that can do that, it might be some proprietary browser feature.

Link to comment
Share on other sites

That's not exactly possible with css. The only thing you can do is make the background a bit transparent with background: rgba(0,0,0,0.1) which defines the background color and opacity of the body. The screenshot you've posted is an image file in png format not the screenshot of a page loaded in browser.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...