background preloader

HTML & CSS

Facebook Twitter

Border-radius: create rounded corners with CSS! Home / CSS3 Previews / Border-radius: create rounded corners with CSS!

Border-radius: create rounded corners with CSS!

The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3. Since first being announced in 2005 the boder-radius property has come to enjoy widespread browser support (although with some discrepancies) and, with relative ease of use, web developers have been quick to make the most of this emerging technology. Here’s a basic example: This box should have a rounded corners for Firefox, Safari/Chrome, Opera and IE9. The code for this example is, in theory, quite simple: However, for the moment, you’ll also need to use the -moz- prefix to support Firefox (see the browser support section of this article for further details): How it Works border-bottom-left-radius, border-bottom-right-radius, border-top-left-radius, border-top-right-radius.

Skeleton: Beautiful Boilerplate for Responsive, Mobile-Friendly Development. CSS Colors. HTML Quick List. HTML Examples. CSS Tutorial. Free Website Templates, HTML5 CSS Templates, Free Web Templates. How To Get SSH Command-Line Access to Windows 7 Using Cygwin. Are you comfortable with Linux/Unix and want SSH access to your Windows 7 machine?

How To Get SSH Command-Line Access to Windows 7 Using Cygwin

Cygwin provides this functionality and gives you a familiar environment to work with in a few simple steps. We’re assuming you’ve got Cygwin installed and configured. If not, check out our article, How To Use Linux Commands in Windows with Cygwin to get started. Installing OpenSSH OpenSSH is what we’ll be using, so if you don’t have it installed, find Cygwin’s setup.exe file and run it. You can keep all of the same defaults as when you originally set up Cygwin. You’ll see a package called “openssh”. Configuring OpenSSH in Cygwin Unlike in most Linux distros, OpenSSH won’t automatically configure itself to run and just work. This will make sure we have the proper privileges for everything. Enter the following command: ssh-host-config You’ll see the script generate some default files, and then you’ll be prompted for whether or not you want to enable “Privilege Separation.”

Ntsec net start sshd. Links : Colors on Text Links. There are a few settings that can be useful for controlling the colors of text links.

Links : Colors on Text Links

This page will teach you how to: Define colors for all links on the page.Define colors for individual links on the page. Define colors for all links on the page The general color of text links is specified in the <body> tag, like in the example below: link - standard link - to a page the visitor hasn't been to yet. Define colors for individual links on the page The method described above is for setting overall link colors for the page. However, you might want one or more links to have different colors than the rest of the page. There are two methods for doing this: Placing font tags between the <a href> and the </a> tag.

The second technique would look like this: Note: The RGB numbers indicate amounts of red, green, and blue using values between 0 and 255. Now, since neither of the two methods covers all browsers, we need to use both techniques at once. This example will work on all browsers: