Black Friday & Cyber Monday Deals thru Dec 5: 20% off Software! Coupon Code "cooldeal"
Online Consultant
Login    Register   
UltimateWB

Styling
Custom CSS coding help - get help on custom css (styling) coding here
Subscribe to new posts
Post Icon
CSS Tricks - How to create triangles with just css

You can cut down on your webpage load times by using coding instead of images when possible.  Also, it’s a lot more convenient to edit/manage with just css.  One of the times you can do this, is for shapes, including triangles/arrows!  We are actually using just css coding to create the beige triangle/down arrow towards the middle of the UltimateWB homepage

Here’s the coding to create blue triangles/arrow pointing in 4 different directions:

Triangle pointing up / Up arrow:

Code: Please login/register for access

 

Triangle pointing down / Down arrow:

Code: .downarrow { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid blue; }

 

Triangle pointing right / Right arrow:

Code: Please login/register for access

 

Triangle pointing left / Left arrow:

Code: .leftarrow { width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-right: 20px solid blue; }

 

In these examples, the sizing is defined with "px", here it is 20px.

 

You can also rotate these triangles/arrows using coding. just add this to your css coding for the class or id:

Code: Please login/register for access

 

The degree rotation is defined here by "20deg" - just change those instances to the number of degrees of rotation you want.

Official UWB Support Team! Contact us directly here!

Similar Topics
 
Topic / Topic Starter
Rating
Last Post
Replies
Views
Forum
Post Icon
-
Post Icon
Re: Best website builder with best SEO options
5 years ago
1
24631
Post Icon
-
Post Icon
Buy the right web hosting for you!
8 years ago
0
14028
Post Icon
-
Post Icon
Re: Setting up Credits System, Purchase Credits page, link to PayPal account
6 years ago
1
15718
Post Icon
-
Post Icon
UltimateWB software is great for any type of website!
8 years ago
0
28539
Post Icon
-
Post Icon
UltimateWB 4.4 upgrade: Instant messaging, Auctions, Distance Search, and more
6 years ago
0
25679
Report forum post by:
Report a concern
Comments: