summaryrefslogtreecommitdiffhomepage
path: root/ta_in
diff options
context:
space:
mode:
authorKirushan Rasendran <kirushan22@gmail.com>2015-10-17 23:47:25 +0530
committerKirushan Rasendran <kirushan22@gmail.com>2015-10-17 23:47:25 +0530
commit29e35f633534fe81d478694c53585718c350b632 (patch)
tree9496ec664cdd73355f6b449ed604e1f6efc43466 /ta_in
parent4143b1d87ed465eb8f0dffa07d299ebe82566d45 (diff)
updated
removed white spaces and removed old EN translation
Diffstat (limited to 'ta_in')
-rw-r--r--ta_in/css.html.markdown6
1 files changed, 2 insertions, 4 deletions
diff --git a/ta_in/css.html.markdown b/ta_in/css.html.markdown
index 1e3aa9b0..93c29bae 100644
--- a/ta_in/css.html.markdown
+++ b/ta_in/css.html.markdown
@@ -17,13 +17,11 @@ lang:in-ta
ஆனால் உலாவிகளில் கொண்டு வரப்பட்ட மாற்றங்களில் முழுமையான காட்சிபடுத்தல்களுடன்
கூடிய இணையதளங்கள் உருவாகின.
-CSS helps maintain separation between the content (HTML) and the look-and-feel of a web page.
+
CSS ஆனது HTML மற்றும் அதன் அழகுபடுத்கூடிய காரணிகளையும் வேறுபடுத்த உதவியது.
ஒரு html இல் உள்ள உறுப்புகளை(elements) வெவ்வேறு வகையான காட்சி பண்புகளை வழங்க உதவுகிறது.
-
-This guide has been written for CSS 2, though CSS 3 is fast becoming popular.
இந்த வழிகாட்டி CSS2 உக்கு எழுதப்பட்டுள்ளது, இருப்பினும் தற்போது CSS 3 வேகமாக பிரபல்யமாகி வருகிறது.
**குறிப்பு:**
@@ -226,7 +224,7 @@ p { property: value !important; }
<p style='/*F*/ property:value;' class='class1 class2' attr='value' />
```
-The precedence of style is as follows. Remember, the precedence is for each **property**, not for the entire block.
+
css முன்னுரிமை பின்வருமாறு
* `E` இதுவே அதிக முக்கியத்துவம் வாய்ந்தது காரணம் இது `!important` பயன்படுத்துகிறது. இதை பயன்படுத்துவதை தவிர்க்கவும்
* `F` இது இரண்டாவது காரணம் இது inline style.