Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro a css por Ariel Montenegro
Search
Diego Maximiliano
May 17, 2014
Programming
0
47
Intro a css por Ariel Montenegro
Jornada de Introducción al Desarrollo Web - Formosa 2014
Diego Maximiliano
May 17, 2014
Tweet
Share
More Decks by Diego Maximiliano
See All by Diego Maximiliano
Trabajando en Nueva Zelanda
diegomaximiliano
0
26
PHP Dev Heisenberg Level
diegomaximiliano
0
150
Intro a HTML - Por Walter Gerez
diegomaximiliano
0
53
Intro a JavaScript by Fernando Riquelme
diegomaximiliano
0
41
Introduccion a git y GitHub
diegomaximiliano
0
200
Other Decks in Programming
See All in Programming
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
3.2k
開発生産性が組織文化になるまでの軌跡
tonegawa07
0
180
CSC509 Lecture 13
javiergs
PRO
0
260
複数チーム並行開発下でのコード移行アプローチ ~手動 Codemod から「生成AI 活用」への進化
andpad
0
180
問題の見方を変える「システム思考」超入門
panda_program
0
300
Module Harmony
petamoriken
2
480
自動テストのアーキテクチャとその理由ー大規模ゲーム開発の場合ー
segadevtech
2
1k
チーム開発の “地ならし"
konifar
8
5.6k
Building AI Agents with TypeScript #TSKaigiHokuriku
izumin5210
4
350
OSS開発者の憂鬱
yusukebe
12
5.3k
FlutterKaigi 2025 システム裏側
yumnumm
0
1.1k
アーキテクチャと考える迷子にならない開発者テスト
irof
9
3.2k
Featured
See All Featured
Six Lessons from altMBA
skipperchong
29
4.1k
Code Reviewing Like a Champion
maltzj
527
40k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Automating Front-end Workflow
addyosmani
1371
200k
The Cult of Friendly URLs
andyhume
79
6.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Thoughts on Productivity
jonyablonski
73
4.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
24
1.6k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Transcript
Hoja de Estilo en Cascada CSS
Estilo
Cascada CSS
CSS • Propiedades de las Fuentes, como tipo, tamaño ...
• Color de texto, fondos, bordes u otros elementos. • Alineación de textos, imágenes, tablas u otros. • Propiedades de caja, como margen, borde, relleno o espaciado. • Propiedades de identificación y presentación de listas.
Código body { color: blue; font-family: Arial; font-size: large; background-color:
#FAFAFA; text-align:center; }