HTML And CSS UI Thread Advance - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › HTML And CSS UI Thread Advance (1108 Views)
| HTML And CSS UI Thread Advance by Brainmer(op): 11:14am On May 26, 2022 |
The HyperText Markup Language (HTML) is the standard markup language it layout is style in CSS which Cascading Style Sheets and scripting languages such as JavaScript. HTML and CSS https://www.youtube.com/watch?v=enBAFo2kEfE https://www.youtube.com/watch?v=G-Cr00UYokU Material UI https://www.youtube.com/watch?v=lKZiXQWnlUw React https://www.youtube.com/watch?v=Ke90Tje7VS0 Vuejs https://www.youtube.com/watch?v=kcS1zGeVFd4 Tools Vs code Nodejs |
| Re: HTML And CSS UI Thread Advance by Brainmer(op): 11:17am On May 26, 2022 |
For more knowledge visit the following site w3schools Tutorialpoint Udemy Sololearn Pluaralsight Treehouse Etc |
| Re: HTML And CSS UI Thread Advance by ciro11(m): 1:53pm On May 26, 2022 |
Brainmer:I've been using notepad to practice web design for some time now, but I'm having an issue, I don't know if it's because of the notepad I'm using but I'm currently finding it difficult to place a pic on my website using css after successfully linking the html file to the css file, any advise? |
| Re: HTML And CSS UI Thread Advance by Brainmer(op): 2:31pm On May 26, 2022 |
ciro11:Go to the file explorer and add the image in asset folder. I suggest you do it manually before code . By copying and pasting the Image then write the Code . |
| Re: HTML And CSS UI Thread Advance by ciro11(m): 2:45pm On May 26, 2022 |
Brainmer:okay, thanks. I'll try it |
| Re: HTML And CSS UI Thread Advance by aumeehn: 3:41pm On May 26, 2022 |
Brainmer:I also want to add background pics to my <h1> header. I was unable to position the image on the header note. I added the background pics using the internal css code in the header. <style> h1 { background url("my image" no-repeat 0 0;} </Style> |
| Re: HTML And CSS UI Thread Advance by Brainmer(op): 4:07pm On May 26, 2022 |
aumeehn:The path of the folder can be asset/icon.jpg depending on your code structure the path is the URL. Or u can use image from a link. h1 { background-image: url("image/icon.png" ) ; background-repeat: no-repeat; } |
| Re: HTML And CSS UI Thread Advance by aumeehn: 7:43pm On May 26, 2022 |
Brainmer:The issue is not the code. I want to position it on the center |
| Re: HTML And CSS UI Thread Advance by etoluw: 8:04pm On May 26, 2022 |
aumeehn:add this to d style { background-position:center; } |
| Re: HTML And CSS UI Thread Advance by Brainmer(op): 8:25pm On May 26, 2022 |
aumeehn:Align it to Left ,right or center. background-attachment: fixed; background-position: center; https://www.w3schools.com/cssref/pr_background-position.asp |
| Re: HTML And CSS UI Thread Advance by aumeehn: 11:49pm On May 26, 2022 |
Brainmer:Thanks alot. Found a comprehensive tutorial on geekforgeeks website. |
| Re: HTML And CSS UI Thread Advance by aumeehn: 11:49pm On May 26, 2022 |
etoluw:thanks alot |
| Re: HTML And CSS UI Thread Advance by airsaylongcome: 7:55am On May 27, 2022 |
Ọmọ! Someone up there says they are writing HTML/CSS with notepad! That's damn too difficult in my opinion. You spend valuable time cramming stuff that you don't need to cram. Get an IDE. Get an IDE real quick. VS Code at the least. Absolutely no need to suffer yourself these days |
| Re: HTML And CSS UI Thread Advance by Dangrace01: 7:23pm On Jun 15, 2022 |
airsaylongcome:Hmm |
| Re: HTML And CSS UI Thread Advance by Lifeomann(m): 7:58pm On Jun 15, 2022 |
Dangrace01:. His right, using a text editor makes it fustrating. An IDE will do the job. ![]() |
Someone Good With Bootstrap And Html And Css Needed For Urgent Project • How To Create A Simple Responsive Design Using Html And Css • Possible To Code And Maintain A Blog With Just Html And Css? • 2 • 3 • 4
Newer • [advice request] Needs Urgent Advice on IT Professional Career/Courses. • Here Are 5 Different Types Of Passive Income Streams For A Software Programmer
no-repeat 0 0;