Tumgik
#html and css
codingflicks · 4 months
Text
Tumblr media
CSS text Portrait Effect
4 notes · View notes
trojanteapot · 1 year
Text
Tumblr media
Hey everyone! I spent about a week making a newly updated Discord Skin based on a previous one by Heterchromia_Mars.
Enjoy!
6 notes · View notes
divinector · 2 years
Photo
Tumblr media
How to add gradient background overlay
3 notes · View notes
codenewbies · 2 years
Photo
Tumblr media
Multilayer Dropdown Navigation Menu
2 notes · View notes
frogy-bandit · 2 years
Text
Pride flags as HTML Lines
Made some pride flags using html/CSS
Note: can't post html code so screenshot here. CSS Code pasted OK and is below
HTML Code as follows:
Tumblr media
CSS Code
p{ font-family:sans-serif; font-size: 50px; }
hr { width: 30%; /*length of the line across the screen */ height: 20px; /*thickness of the line */ border: 0 none; margin: 0.1px; /* spacing between lines */ }
.line-black { background-color: black; }
.line-grey { background-color: grey; }
.line-white { background-color: white; }
.line-purple { background-color: purple; }
.line-dgreen { background-color: darkgreen; }
.line-lgreen { background-color: lightgreen; }
.line-red { background-color: red; }
.line-orange { background-color: orange; }
.line-yellow { background-color: yellow; }
.line-green{ background-color: green; }
.line-blue { background-color: blue; }
.line-lblue { background-color: lightblue; }
.line-pink { background-color: lightpink; }
/* Thick Lines */
.line-thickpink { background-color: DeepPink; height: 40px; }
.line-thickblue { background-color: Blue; height: 40px; }
.line-thicklblue { background-color: DeepSkyBlue; height: 40px; } .line-thickyellow { background-color: yellow; height: 40px; }
.line-thicklpink { background-color: Fuchsia; height: 40px; }
1 note · View note
hayleyshouse13 · 2 months
Text
My first blog post!
February 20, 2024
It's been a long time coming for me to create and keep up with a Tumblr blog. I was around during the tumblr renassaince, but I never really cared enough to keep an account. Now in my older years (and by older, I mean I'm 22) I realize how important it is to document things, and tumblr seems like the spot to do it.
I already have an HTML website, but I can't decide what to do with it right now, and tumblr has pre-made themes, so think smarter, not harder. I wish I even kind of understood how coding a tumblr page works, but it is absolutely nothing like HTML and CSS, even though that's all it literally is. I'm probably dumb, honestly.
A good first post drags you in and leaves you wanting to know more, so we'll leave me as a mystery for now. Maybe this will just be another boring blog, or maybe it'll become the highlight of your week. We'll find out!
Until next time,
Hayley
1 note · View note
ventsharm · 5 months
Text
Check out my blog for tips on coding and religious posts etc, it will make me super happy if you leave a comment on there too
0 notes
codewithnazam · 5 months
Text
CSS Descendant Selector: Unraveling the Web Styling Magic
Have you ever had trouble styling something inside something else? Well, don't worry! CSS descendant selectors can help. In this article, we'll look at how they work, what they're used for, and the best ways to use them.
I. Introduction II. Basics of CSS Descendant Selector III. CSS Descendant Selector in Action IV. Benefits of Using CSS Descendant Selector V. Common Mistakes and Pitfalls VI. Advanced Techniques with CSS Descendant Selector VII. Tips for Efficient CSS Coding VIII. Real-world Use Cases IX. Handling Responsive Design with Descendant Selectors X. Future Trends and Updates XI.…
Tumblr media
View On WordPress
0 notes
codevelopwebdesign · 7 months
Text
If you're interested in starting your own web development or web design business, this guide is perfect for you! This step-by-step guild will teach you everything you need to know about HTML and CSS.
0 notes
kafus · 10 months
Text
Tumblr media
i made a free to use, 100% customizable comment widget for neocities users! it's really easy to install and add comment sections to any page. no more boring cbox or external guestbooks if you don't want them! and it comes with two themes to get you started!! please enjoy! you can find it here on my personal site!
Tumblr media Tumblr media
5K notes · View notes
codingflicks · 6 months
Text
Tumblr media
Realistic Image Reflection
3 notes · View notes
bumb13-be3 · 10 months
Text
it seems like website building is about to have a boom, let me share my favorite resource of all time!!
this is a website packed to the brim with website building goodies , including a website layout maker that is the easiest and most user friendly maker i’ve encountered! perfect for creating your own neocities (it’s free!!) , the code even has helpful tips in it for those new to html/css!
i also recommend w3schools.com for quick and easy to follow chunks of html/css tutorials! gifcities is a goldmine for old neocities era gifs, and blinkies cafe is perfect for making your own blinkies!
i can’t wait to see everyone’s websites in the coming weeks and months! remember, it’s fine to take it slow and let it look silly, that’s always been the point of websites like this :]
ps check out our neocities and feel free to drop yours in the replies :]
6K notes · View notes
divinector · 2 years
Photo
Tumblr media
Responsive Pricing Table Design Get code on divinectorweb website
3 notes · View notes
codenewbies · 5 months
Text
Tumblr media
CSS Gradient Border Button
0 notes
syntheticfruits · 6 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
I updated my site again! Let me know what you think ★~(◡﹏◕✿)
1K notes · View notes
codingquill · 8 months
Text
Essentials You Need to Become a Web Developer
HTML, CSS, and JavaScript Mastery
Text Editor/Integrated Development Environment (IDE): Popular choices include Visual Studio Code, Sublime Text.
Version Control/Git: Platforms like GitHub, GitLab, and Bitbucket allow you to track changes, collaborate with others, and contribute to open-source projects.
Responsive Web Design Skills: Learn CSS frameworks like Bootstrap or Flexbox and master media queries
Understanding of Web Browsers: Familiarize yourself with browser developer tools for debugging and testing your code.
Front-End Frameworks: for example : React, Angular, or Vue.js are powerful tools for building dynamic and interactive web applications.
Back-End Development Skills: Understanding server-side programming languages (e.g., Node.js, Python, Ruby , php) and databases (e.g., MySQL, MongoDB)
Web Hosting and Deployment Knowledge: Platforms like Heroku, Vercel , Netlify, or AWS can help simplify this process.
Basic DevOps and CI/CD Understanding
Soft Skills and Problem-Solving: Effective communication, teamwork, and problem-solving skills
Confidence in Yourself: Confidence is a powerful asset. Believe in your abilities, and don't be afraid to take on challenging projects. The more you trust yourself, the more you'll be able to tackle complex coding tasks and overcome obstacles with determination.
1K notes · View notes