Transparent Borders

Size
1,537 Kb
Views
12,144

How do I make an transparent borders?

What is a transparent borders? How do you make a transparent borders? This script and codes were developed by Ashley Sullivan on 12 November 2022, Saturday.

Transparent Borders Previews

Transparent Borders - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Transparent Borders</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="box"> <p>Can I haz semi-transparent borders? Please?</p>
</div>
</body>
</html>

Transparent Borders - Script Codes CSS Codes

html { background: rebeccapurple;
}
.box { border: 10px solid hsla(0,0%,100%,.5); background: white; background-clip: padding-box; padding: .3em .7em; width: 20%;
}
p { font-family: Helvetica, Arial, sans-serif; color: rebeccapurple; font-size: 16px;
}
Transparent Borders - Script Codes
Transparent Borders - Script Codes
Home Page Home
Developer Ashley Sullivan
Username anSullivan12
Uploaded November 12, 2022
Rating 3
Size 1,537 Kb
Views 12,144
Do you need developer help for Transparent Borders?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ashley Sullivan (anSullivan12) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!