Girl Develop It Cincinnati: Intro to HTML/CSS Class 4Erin M. Kidwell
油
Here are the steps to build a basic horizontal navigation menu bar:
1. Create an unordered list <ul> with class="menu"
2. Add list items <li> for each menu item
3. Style the <ul> with display:inline-block and border-bottom
4. Style the <li> with display:inline-block, padding and hover effect
5. Add a class="current" to highlight the active page
6. Use a border-left on .current to create a left arrow
Let me know if any part needs more explanation! Building menus is a common task and these techniques will serve you well.
1. CSS can be used to control the normal flow of elements on a page from top to bottom and left to right using block-level and inline elements. It can also position elements using static, relative, fixed, and absolute positioning.
2. Multicolumn layouts can be created using floats or positioning. The table-layout property controls how table cells are laid out.
3. Responsive design uses liquid layouts, media queries, and viewport settings to automatically adapt content for different screen sizes.
The document discusses various CSS properties for controlling layout and spacing of elements. It defines the margin, padding, and dimensions properties and how they control spacing around, within, and size of elements respectively. It also covers the float, clear, and display properties for controlling element positioning and whether elements display as block-level or inline. Examples are provided to demonstrate the usage of each property.
The document discusses CSS and page layout techniques. It explains that tables were never intended for page layout and that CSS is a better option. It covers standard document flow, using floats and clears to position elements, and different positioning techniques like relative, absolute, and fixed positioning. It also discusses using CSS with tables and recommends learning CSS through practice and experimentation.
This document provides information about different web programming languages and concepts. It discusses Cascading Style Sheets (CSS) and the different types of CSS like inline, internal, and external CSS. It also describes CSS tables, layouts using float, and positioning elements using static, relative, absolute, fixed, and sticky positioning. The document then discusses JavaScript, how it adds interactivity to web pages, and the benefits of client-side programming compared to server-side programming. It also explains how to embed JavaScript in HTML directly or link to an external JavaScript file.
The document provides information on various CSS techniques for styling web pages, including:
- Three methods for inserting stylesheets: external, internal, and inline stylesheets.
- Selectors like id, class, and element selectors for applying styles.
- Properties for styling various page elements like text, backgrounds, links, tables, and lists.
- New CSS3 features like rounded corners, drop shadows, multi-column layouts, transitions, animations and custom fonts.
- Examples are given for many of the properties to demonstrate their usage.
The document discusses various CSS concepts including:
- Three ways to add style rules: inline, embedded, and external style sheets
- Positioning elements using static, relative, absolute and fixed positioning
- The box model which describes the content, padding, border, and margin areas of elements
- Floating elements and using the clear property to control floating behavior
- The overflow property and its values of visible, hidden, scroll, and auto
This document provides an overview of HTML and CSS topics including:
- A brief history of HTML and CSS standards from 1990 to present.
- Descriptions of common HTML elements like <body>, <head>, <img>, <a>, and lists.
- Explanations of CSS concepts like selectors, properties, units, positioning, and layout fundamentals.
- Details on CSS topics like the box model, centering content, semantic HTML, and flexbox.
The document serves as a course outline or reference for learning HTML and CSS fundamentals.
This document summarizes various CSS concepts including grouping selectors, nesting selectors, CSS dimensions, display and visibility properties, positioning elements, overlapping elements using z-index, floats, and clearing floats. It provides examples for each concept and lists CSS properties related to dimensions, display, positioning, and floats.
The CSS box model describes the layout of elements using boxes. Each element is represented as a box that consists of margins, borders, padding, and content. Media queries allow CSS rules to be applied conditionally based on characteristics of the device such as screen width, orientation, and resolution. Common uses of media queries include adjusting layouts for mobile devices and changing element properties based on screen size.
This document discusses various CSS properties for controlling web page layout and positioning of elements. It covers the CSS box model including margins, borders, padding and content, and properties for defining dimensions, positioning, floats and more. Examples are provided for setting widths, heights, paddings, borders, the display property, and using relative, fixed and absolute positioning.
The document discusses various CSS concepts including selectors, the box model, positioning, and other properties. It explains how to select elements using tags, classes, IDs, and compound selectors. It also covers the box model, positioning elements using static, relative, fixed and absolute positioning, setting the z-index, and properties for backgrounds, text, lists and pseudo-classes.
This document provides an overview of designing for the web, covering topics such as HTML page structure, basic HTML components, the difference between content and style, CSS selectors, the CSS box model, responsive design, and more. It begins with introductions to the presenter and presentation content. Examples and explanations are provided throughout to illustrate key concepts in web design.
Learn Web Development Training course in Bangalore-AchieversIT. AchieversIT is the best institution are delivered by industry-standard who bring current best practices and case studies from their experience to the live and interactive training sessions. We teach you all concepts HTML5, CSS3, Javascript, JQuery, React.JS, Bootstrap, Json, MongoDB, Express, NodeJS. The faculty is an industry-recognized expert with more than 11 years of experience in React and UI development. 200+hour course. 100% placement guarantee. 24/7 support by faculty.
Imrokraft Solutions Pvt Ltd is one of best center for java training in trivandrum, Kerala. We provide training in advanced java training in trivandrum, Kerala. We also provide android training in trivandrum, php training in trivandrum, angularjs training in trivandrum, angularjs training in technopark, trivandrum, web designing training in technopark, trivandrum. Our Website is http://imrokraft.com. Contact us at: 04716555644, 6555744.
CSS3 provides new features for layout, typography, visual effects and graphics. Some key features include multiple column layout, rounded corners, box shadows, opacity, gradients, reflections, transforms and animations. Browser support for CSS3 is evolving with many properties requiring vendor prefixes. CSS3 brings more powerful and flexible options for designing user interfaces beyond what is possible with CSS2.
CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of HTML documents, including how elements are displayed on screen, paper, or in other media. The document discusses various CSS properties such as display, background, border, and their values and usage. CSS can control the layout, formatting, and styles of HTML elements and is commonly used alongside HTML and JavaScript to create visually appealing web pages and user interfaces.
This document provides an overview of CSS (Cascading Style Sheets) and various CSS concepts. It begins with explaining what CSS is and how it is used to define styles for HTML elements. It then covers different methods for including CSS like inline, internal and external stylesheets. The document discusses CSS selectors, specificity, units and colors. It also explains the box model, positioning elements, z-index, and the display model. Flexbox and floats are described. Other topics covered include calc(), media queries and breakpoints.
10 CSS Tricks and Tips to Create Astounding WebsitesSyntactics Inc.
油
CSS allows us to apply effects to make our sites more interactive and engaging. Here are CSS tricks and tips that create astounding websites!
際際滷 #1:
10 CSS Tricks and Tips to Create Astounding Websites
際際滷 #2:
Web Developers use Cascading Style Sheets (CSS) to define the look of a website via HTML elements.
際際滷 #3:
So, check out these CSS tricks and tips for creating astounding websites!
際際滷 #4:
CSS Tricks to Create Astounding Websites
際際滷 #5:
ONE: Vertical Align Through Flex Property
際際滷 #6:
CSS elements can be positioned and aligned easily with the Flexible Box Layout Models flex sub-property.
際際滷 #7:
A particular CSS code will ensure that the child element stays in the parent elements center.
際際滷 #8:
TWO: Try Out Blend Modes
際際滷 #9:
Blend Modes come in two properties: the mix-blend-mode or the background-blend-mode.
際際滷 #10:
Mix-blend-mode defines blending between an element and the element behind it.
際際滷 #11:
On the other hand, Background-blend-mode defines blending between the background image and the elements background color.
際際滷 #12:
THREE: Employ Parallax Scrolling
際際滷 #13:
Parallax Scrolling makes it look like a foreground CSS element moves differently from the background.
際際滷 #14:
So, as you scroll up and down or left and right, a particular element can move around freely.
際際滷 #15:
FOUR: Use Shape Outside Property
際際滷 #16:
Next is the shape-outside property, which defines how one element wraps around a floated one.
際際滷 #17:
FIVE: Truncate the String with Text Overflow
際際滷 #18:
You can cut the text by truncating the string using the Text-Overflow property.
際際滷 #19:
As a result, you hide the overflow and end it with an ellipsis. This indicates that youve cut the text.
際際滷 #20:
SIX: Utilize Clip Path Property
際際滷 #21:
Use the Clip Path property to place an image in a specific shape!
際際滷 #22:
So, you could put an image inside an ellipse, a circle, and a custom polygon shape:
際際滷 #23:
SEVEN: Set Elements to Full Height and Full Width
際際滷 #24:
Devs can adjust web elements to the viewport with the vh and vw units.
際際滷 #25:
vh means its 100% height of the viewport. vw means its 100% width of the viewport.
際際滷 #26:
EIGHT: Apply Image Filters
際際滷 #27:
Theres no need to use Adobe Photoshop to put some filters on your images with CSS!
際際滷 #28:
Some filters you can apply are:
Blur
Grayscale
Brightness
Saturate
Invert
hue rotate.
際際滷 #29:
NINE: Experiment with CSS Animations
際際滷 #30:
You can animate various CSS elements like colors, shapes, and sizes.
際際滷 #31:
TEN: Use Frosted Glass CSS
際際滷 #32:
The Frosted Glass effect is a famous CSS trick you can apply to your website!
際際滷 #33:
Dont let your competitors get all the traffic. Apply these 10 CSS Tips and Tricks when Creating your Websites!
- HTML, CSS, and JavaScript are becoming the new standard for building applications and interactive experiences on the web.
- Best practices include using semantic HTML, clean CSS with a focus on maintainability, and JavaScript performance optimizations.
- Key techniques discussed are image sprites, progressive enhancement, and jQuery selector chaining to reduce DOM lookups.
The document discusses CSS architecture methodology called ITCSS (Inverted Triangle CSS). ITCSS involves visualizing CSS projects as a layered inverted triangle with the following properties: from generic to explicit styles, low specificity to high specificity, and far-reaching to localized selectors. This hierarchical structure is meant to improve scalability, maintainability, and reduce conflicts. The document also discusses object-oriented CSS methodology, separating structure from skin, avoiding location-dependent styles, and using classes, mixins, extends, and preprocessors to improve reusability.
This document provides an overview of Cascading Style Sheets (CSS) including what CSS is, how it works, the different sources of styles, CSS selectors, properties, positioning, and inheritance. CSS allows separation of document content from page layout and styles, making web page design and maintenance easier. Styles defined in CSS rules cascade from broad to specific and can come from author styles, user stylesheets, or browser defaults.
Media queries allow changing layout without changing content by detecting screen size. Layouts can differ based on screen width breakpoints specified in CSS media queries. Viewport meta tags ensure proper rendering on mobile. Flexbox provides an alternative to floats for layout, making elements flex items within a flex container to arrange them flexibly based on properties like direction and wrapping. Figures group related images and captions for informational purposes.
This document provides an introduction to CSS (Cascading Style Sheets), covering topics such as:
- What CSS is and why it's used
- How to reference a CSS stylesheet from an HTML document
- CSS syntax including selectors, properties, and values
- Common CSS tags, properties, and positioning techniques
- Tools for inspecting and debugging CSS
This document provides an overview of layout managers and skins in Oracle ADF Faces. It discusses:
1) The benefits of using layout managers such as abstraction from HTML, consistent layout behavior across browsers, and managing browser geometry. It describes stretchable vs flowing layouts.
2) Tips for working with layout managers such as starting with a stretchable outer frame and placing flowing islands inside.
3) An introduction to skins including how they work, the artifacts that make up a skin, and how skinning differs from regular CSS. It provides examples of using different selectors to style parts of a component.
This document summarizes various CSS concepts including grouping selectors, nesting selectors, CSS dimensions, display and visibility properties, positioning elements, overlapping elements using z-index, floats, and clearing floats. It provides examples for each concept and lists CSS properties related to dimensions, display, positioning, and floats.
The CSS box model describes the layout of elements using boxes. Each element is represented as a box that consists of margins, borders, padding, and content. Media queries allow CSS rules to be applied conditionally based on characteristics of the device such as screen width, orientation, and resolution. Common uses of media queries include adjusting layouts for mobile devices and changing element properties based on screen size.
This document discusses various CSS properties for controlling web page layout and positioning of elements. It covers the CSS box model including margins, borders, padding and content, and properties for defining dimensions, positioning, floats and more. Examples are provided for setting widths, heights, paddings, borders, the display property, and using relative, fixed and absolute positioning.
The document discusses various CSS concepts including selectors, the box model, positioning, and other properties. It explains how to select elements using tags, classes, IDs, and compound selectors. It also covers the box model, positioning elements using static, relative, fixed and absolute positioning, setting the z-index, and properties for backgrounds, text, lists and pseudo-classes.
This document provides an overview of designing for the web, covering topics such as HTML page structure, basic HTML components, the difference between content and style, CSS selectors, the CSS box model, responsive design, and more. It begins with introductions to the presenter and presentation content. Examples and explanations are provided throughout to illustrate key concepts in web design.
Learn Web Development Training course in Bangalore-AchieversIT. AchieversIT is the best institution are delivered by industry-standard who bring current best practices and case studies from their experience to the live and interactive training sessions. We teach you all concepts HTML5, CSS3, Javascript, JQuery, React.JS, Bootstrap, Json, MongoDB, Express, NodeJS. The faculty is an industry-recognized expert with more than 11 years of experience in React and UI development. 200+hour course. 100% placement guarantee. 24/7 support by faculty.
Imrokraft Solutions Pvt Ltd is one of best center for java training in trivandrum, Kerala. We provide training in advanced java training in trivandrum, Kerala. We also provide android training in trivandrum, php training in trivandrum, angularjs training in trivandrum, angularjs training in technopark, trivandrum, web designing training in technopark, trivandrum. Our Website is http://imrokraft.com. Contact us at: 04716555644, 6555744.
CSS3 provides new features for layout, typography, visual effects and graphics. Some key features include multiple column layout, rounded corners, box shadows, opacity, gradients, reflections, transforms and animations. Browser support for CSS3 is evolving with many properties requiring vendor prefixes. CSS3 brings more powerful and flexible options for designing user interfaces beyond what is possible with CSS2.
CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of HTML documents, including how elements are displayed on screen, paper, or in other media. The document discusses various CSS properties such as display, background, border, and their values and usage. CSS can control the layout, formatting, and styles of HTML elements and is commonly used alongside HTML and JavaScript to create visually appealing web pages and user interfaces.
This document provides an overview of CSS (Cascading Style Sheets) and various CSS concepts. It begins with explaining what CSS is and how it is used to define styles for HTML elements. It then covers different methods for including CSS like inline, internal and external stylesheets. The document discusses CSS selectors, specificity, units and colors. It also explains the box model, positioning elements, z-index, and the display model. Flexbox and floats are described. Other topics covered include calc(), media queries and breakpoints.
10 CSS Tricks and Tips to Create Astounding WebsitesSyntactics Inc.
油
CSS allows us to apply effects to make our sites more interactive and engaging. Here are CSS tricks and tips that create astounding websites!
際際滷 #1:
10 CSS Tricks and Tips to Create Astounding Websites
際際滷 #2:
Web Developers use Cascading Style Sheets (CSS) to define the look of a website via HTML elements.
際際滷 #3:
So, check out these CSS tricks and tips for creating astounding websites!
際際滷 #4:
CSS Tricks to Create Astounding Websites
際際滷 #5:
ONE: Vertical Align Through Flex Property
際際滷 #6:
CSS elements can be positioned and aligned easily with the Flexible Box Layout Models flex sub-property.
際際滷 #7:
A particular CSS code will ensure that the child element stays in the parent elements center.
際際滷 #8:
TWO: Try Out Blend Modes
際際滷 #9:
Blend Modes come in two properties: the mix-blend-mode or the background-blend-mode.
際際滷 #10:
Mix-blend-mode defines blending between an element and the element behind it.
際際滷 #11:
On the other hand, Background-blend-mode defines blending between the background image and the elements background color.
際際滷 #12:
THREE: Employ Parallax Scrolling
際際滷 #13:
Parallax Scrolling makes it look like a foreground CSS element moves differently from the background.
際際滷 #14:
So, as you scroll up and down or left and right, a particular element can move around freely.
際際滷 #15:
FOUR: Use Shape Outside Property
際際滷 #16:
Next is the shape-outside property, which defines how one element wraps around a floated one.
際際滷 #17:
FIVE: Truncate the String with Text Overflow
際際滷 #18:
You can cut the text by truncating the string using the Text-Overflow property.
際際滷 #19:
As a result, you hide the overflow and end it with an ellipsis. This indicates that youve cut the text.
際際滷 #20:
SIX: Utilize Clip Path Property
際際滷 #21:
Use the Clip Path property to place an image in a specific shape!
際際滷 #22:
So, you could put an image inside an ellipse, a circle, and a custom polygon shape:
際際滷 #23:
SEVEN: Set Elements to Full Height and Full Width
際際滷 #24:
Devs can adjust web elements to the viewport with the vh and vw units.
際際滷 #25:
vh means its 100% height of the viewport. vw means its 100% width of the viewport.
際際滷 #26:
EIGHT: Apply Image Filters
際際滷 #27:
Theres no need to use Adobe Photoshop to put some filters on your images with CSS!
際際滷 #28:
Some filters you can apply are:
Blur
Grayscale
Brightness
Saturate
Invert
hue rotate.
際際滷 #29:
NINE: Experiment with CSS Animations
際際滷 #30:
You can animate various CSS elements like colors, shapes, and sizes.
際際滷 #31:
TEN: Use Frosted Glass CSS
際際滷 #32:
The Frosted Glass effect is a famous CSS trick you can apply to your website!
際際滷 #33:
Dont let your competitors get all the traffic. Apply these 10 CSS Tips and Tricks when Creating your Websites!
- HTML, CSS, and JavaScript are becoming the new standard for building applications and interactive experiences on the web.
- Best practices include using semantic HTML, clean CSS with a focus on maintainability, and JavaScript performance optimizations.
- Key techniques discussed are image sprites, progressive enhancement, and jQuery selector chaining to reduce DOM lookups.
The document discusses CSS architecture methodology called ITCSS (Inverted Triangle CSS). ITCSS involves visualizing CSS projects as a layered inverted triangle with the following properties: from generic to explicit styles, low specificity to high specificity, and far-reaching to localized selectors. This hierarchical structure is meant to improve scalability, maintainability, and reduce conflicts. The document also discusses object-oriented CSS methodology, separating structure from skin, avoiding location-dependent styles, and using classes, mixins, extends, and preprocessors to improve reusability.
This document provides an overview of Cascading Style Sheets (CSS) including what CSS is, how it works, the different sources of styles, CSS selectors, properties, positioning, and inheritance. CSS allows separation of document content from page layout and styles, making web page design and maintenance easier. Styles defined in CSS rules cascade from broad to specific and can come from author styles, user stylesheets, or browser defaults.
Media queries allow changing layout without changing content by detecting screen size. Layouts can differ based on screen width breakpoints specified in CSS media queries. Viewport meta tags ensure proper rendering on mobile. Flexbox provides an alternative to floats for layout, making elements flex items within a flex container to arrange them flexibly based on properties like direction and wrapping. Figures group related images and captions for informational purposes.
This document provides an introduction to CSS (Cascading Style Sheets), covering topics such as:
- What CSS is and why it's used
- How to reference a CSS stylesheet from an HTML document
- CSS syntax including selectors, properties, and values
- Common CSS tags, properties, and positioning techniques
- Tools for inspecting and debugging CSS
This document provides an overview of layout managers and skins in Oracle ADF Faces. It discusses:
1) The benefits of using layout managers such as abstraction from HTML, consistent layout behavior across browsers, and managing browser geometry. It describes stretchable vs flowing layouts.
2) Tips for working with layout managers such as starting with a stretchable outer frame and placing flowing islands inside.
3) An introduction to skins including how they work, the artifacts that make up a skin, and how skinning differs from regular CSS. It provides examples of using different selectors to style parts of a component.
Purchase Analysis in Odoo 17 - Odoo 際際滷sCeline George
油
Purchase is one of the important things as a part of a business. It is essential to analyse everything that is happening inside the purchase and keep tracking. In Odoo 17, the reporting section is inside the purchase module, which is purchase analysis.
How to process Interwarehouse and Intrawarehouse transfers in OdooCeline George
油
Inventory management is a critical component of any business that deals with physical goods. In Odoo, the Inventory module provides a comprehensive solution for managing stock, tracking inventory movements, and optimizing supply chain operations.
Unit No 4- Chemotherapy of Malignancy.pptxAshish Umale
油
In the Pharmacy profession there are many dangerous diseases from which the most dangerous is cancer. Here we study about the cancer as well as its treatment that is supportive to the students of semester VI of Bachelor of Pharmacy. Cancer is a disease of cells of characterized by Progressive, Persistent, Perverted (abnormal), Purposeless and uncontrolled Proliferation of tissues. There are many types of cancer that are harmful to the human body which are responsible to cause the disease condition. The position 7 of guanine residues in DNA is especially susceptible. Cyclophosphamide is a prodrug converted to the active metabolite aldophosphamide in the liver. Procarbazine is a weak MAO inhibitor; produces sedation and other CNS effects, and can interact with foods and drugs. Methotrexate is one of the most commonly used anticancer drugs. Methotrexate (MTX) is a folic acid antagonist. 6-MP and 6-TG are activated to their ribonucleotides, which inhibit purine ring biosynthesis and nucleotide inter conversion. Pyrimidine analogue used in antineoplastic, antifungal and anti psoriatic agents.
5-Fluorouracil (5-FU) is a pyrimidine analog. It is a complex diterpin taxane obtained from bark of the Western yew tree. Actinomycin D is obtained from the fungus of Streptomyces species. Gefitinib and Erlotinib inhibit epidermal growth factor receptor (EGFR) tyrosine kinase. Sunitinib inhibits multiple receptor tyrosine kinases like platelet derived growth factor (PDGF) Rituximab target antigen on the B cells causing lysis of these cells.
Prednisolone is 4 times more potent than hydrocortisone, also more selective glucocorticoid, but fluid retention does occur with high doses. Estradiol is a major regulator of growth for the subset of breast cancers that express the estrogen receptor (ER, ESR1).
Finasteride and dutasteride inhibit conversion of testosterone to dihydrotestosterone in prostate (and other tissues), have palliative effect in advanced carcinoma prostate; occasionally used. Chemotherapy in most cancers (except curable cancers) is generally palliative and suppressive. Chemotherapy is just one of the modes in the treatment of cancer. Other modes like radiotherapy and surgery are also employed to ensure 'total cell kill'.
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourthkeileyrazawi
油
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Strategic Corporate Social Responsibility: Sustainable Value Creation Fourth
Unit No. 4 - Immunopharmacologyslides.pptxAshish Umale
油
The branch of pharmacology concerned with the immune system. Immunopharmacology is the study of the effects of the drugs modifying immune mechanism in body. It includes not only inoculation but also autoimmune disorders, allergic reactions, and cancer. IMMUNITY is the ability of the living body or the process to resist various types of organisms or toxins that tend to damage the tissue and organs.Immunostimulants and immunomodulators are drugs that modulate the immune response and can be used to increase the immune responsiveness of patients with Immunodeficiency as in AIDS, chronic illness and cancers.
Vaccines and antisera are used for immunization against bacterial and viral infections.
Synthesized originally as an anthelmintic but appears to restore depressed immune function of B lymphocytes, T lymphocytes, monocytes and macrophages.
Interferons alpha and beta are mainly used for antiviral effects while interferon a for its immunomodulating actions.
Cyclosporine is a cyclic peptide antibiotic produced by a fungus Beauveria nivea.
Cyclosporine acts at an early stage, selectively inhibits T cell proliferation and suppresses cell-mediated immunity.
Azathioprine is a prodrug of mercaptopurine which is a purine analog.
TNFa is secreted by activated macrophages and other immune cells to act on TNF receptors (TNFR1, TNFR2) which are located on the surface of neutrophils, fibroblasts, endothelial cells as well as found in free soluble form in serum and serous fluids.
Etanercept is also used for severe/refractory ankylosing spondylitis, polyarticular idiopathic juvenile arthritis and plaque psoriasis
Anakinra along with continued MTX has been used alone as well as added to Tnfa antagonists, because its clinical efficacy as monotherapy is lower.Use of immunosuppressants is essential for successful organ transplantation.
A glucocorticoid like methylprednisolone for 3-5 days generally suppresses acute rejection episodes
The topic and research question forms the foundation of the entire systematic review.
A poorly defined topic/question leads to:
Unfocused search strategy
Irrelevant studies
Weak synthesis and conclusions
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. 58 individuals have required hospitalization, and 3 deaths, 2 children in Texas and 1 adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003. The YSPH The Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources including status reports, maps, news articles, and web content into a single, easily digestible document that can be widely shared and used interactively.Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The unlocked" format enables other responders to share, copy, and adapt it seamlessly.
The students learn by doing, quickly discovering how and where to find critical油information and presenting油it in an easily understood manner.油油
APM London Network: Essentials of a Good PMO, 2 April 2025
Presented by Aalok Sonawala and Magali Bruna
Whether supporting a project, programme or portfolio, a PMO brings many benefits to any project-based organisation.
During this event, we will discuss the need and importance of establishing a PMO within project-based organisations. Additionally, we will outline the different types of PMO, their key elements, and how these are best employed within an organisation.
Along with the best ways to implement PMOs, we will discuss the key benefits they can bring to your project, programme or portfolio. From ensuring your projects are effectively controlled to creating a Centre of Excellence and Best Practice guidelines.
We will delve into the key elements of PMO, such as providing guidance on topics such as Governance, Assurance and Risk, to creating design and workplace standards.
The event promises to provide valuable insights on PMOs, and also provides a great opportunity to knowledge-share ideas and network with like-minded colleagues.
All India Council of Vocational Skills (AICSVS) and National Council of Open Schooling Research and Training (NCOSRT), Global International University, Asia Book of World Records (ABWRECORDS), International a joint Accreditation Commission of Higher Education (IACOHE)The prospectus is going to be published in the year 2025
How to manage Customer Tips with Odoo 17 Point Of SaleCeline George
油
In the context of point-of-sale (POS) systems, a tip refers to the optional amount of money a customer leaves for the service they received. It's a way to show appreciation to the cashier, server, or whoever provided the service.
Proteins, Bio similars & Antibodies.pptxAshish Umale
油
The slides describe about the protein along with biosimilar data, which is helpful for the study respect to the subject. antibody is known to be active against antigen to show its action in treatment of various disease condition.
These slides gives you the information regarding the topic of protein, biosimilars and details about antibody in response to the antigen along with targeted drug to the antigen. As this topic data is useful for the students of sem VI who are studying in Bachelor of Pharmacy with respect to the subject Pharmacology III.
2. 2
ID & CLASS SELECTORS
ID Selector:
The id selector is used to specify a style for a single, unique element.
The id selector uses the id attribute of the HTML element, and is defined
with a "#".
The style rule below will be applied to the element with id="para1":
Class Selector:
The class selector is used to specify a style for a group of elements. Unlike
the id selector, the class selector is most often used on several elements.
This allows you to set a particular style for many HTML elements with the
same class.
The class selector uses the HTML class attribute, and is defined with a dot
"."
.center {text-align:center;}
It will be used as..
p.center {text-
align:center;}
3. 3
Example:
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#para1
{
text-align:center;
color:red;
}
</style>
</head>
<body>
<p id="para1">Hello World!</p>
<p>This paragraph is not affected by the style.</p>
</body>
</html>
4. 4
GROUPING SELECTORS
In style sheets there are often elements with the same style. To avod
the code repeating, we can group them.
Here is an example to change the size of an image using CSS.
CSS DIMENSIONS
img.normal
{ height:auto; }
img.big { height:40%; }
img.small { height:10%; }
<body>
<img class="normal" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"logocss.gif" width="95" height="84"
/><br />
<img class="big" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"logocss.gif" width="95" height="84"
/><br />
<img class="small" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"logocss.gif" width="95" height="84" />
</body>
CSS
code
using
classes
5. 5
CSS DISPLAY AND VISIBILITY
The display property specifies if/how an element is displayed. (none,
block)
Hiding an element can be done by setting the display property to "none"
The visibility property specifies if an element should be visible or
hidden.
Hiding of an element can also be done by setting visibility property to
"hidden"
Syntax:
6. 6
CSS FLOAT
With CSS float, an element can be pushed to the left or right, allowing
other elements to wrap around it.
Float is very often used for images, but it is also useful when working
with layouts.
Elements are floated horizontally, this means that an element can
only be floated left or right, not up or down.
If an image is floated to the right, a following text flows around it, to
the left
Here is example code to float multiple images on a web page.
<style
type="text/css">
.thumbnail
{
float:left;
width:110px;
height:90px;
margin:5px;
}
</style>
<body>
<h3>Image Gallery</h3>
<img class="thumbnail" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"klematis_small.jpg" width="107"
height="90">
<img class="thumbnail" src="klematis2_small.jpg" width="107"
height="80">
<img class="thumbnail" src="klematis3_small.jpg" width="116"
height="90">
<img class="thumbnail" src="klematis4_small.jpg" width="120"
height="90">
<img class="thumbnail" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"klematis_small.jpg" width="107"
height="90">
7. 7
POSITIONING ELEMENTS
The CSS positioning properties allow you to position an element.
It can also place an element behind another, and specify what should
happen when an element's content is too big.
Elements can be positioned using the top, bottom, left, and right
properties.
However, these properties will not work unless the position property is
set first.
They also work differently depending on the positioning method.
There are four different positioning methods.
Static Positioning:
HTML elements are positioned static by default.
A static positioned element is always positioned according to the normal flow of
the page.
Static positioned elements are not affected by the top, bottom, left, and right
properties.
Fixed Positioning
An element with fixed position is positioned relative to the browser window.
It will not move even if the window is scrolled.
Fixed positioned elements can overlap other elements.
8. 8
Relative Positioning
A relative positioned element is positioned relative to its normal position.
The content of relatively positioned elements can be moved and overlap
other elements,
but the reserved space for the element is still preserved in the normal flow.
Relatively positioned elements are often used as container blocks for
absolutely positioned elements.
Absolute Positioning
An absolute position element is positioned relative to the first parent
element that has a position other than static. If no such element is found, the
containing block is <html>:
Absolutely positioned elements are removed from the normal flow. The
document and other elements behave like the absolutely positioned element
does not exist.
9. Asma Sajid ; College of Computer Science & Information Studies, GCUF 9
All CSS Positioning Properties
10. 10
ADDING EFFECTS TO IMAGES (1)
Transparent Image Effect
The CSS3 property for transparency is opacity.
We can set value for opacity.
The opacity property can take a value from 0.0 - 1.0. A lower value
makes the element more transparent.
IE9, Firefox, Chrome, Opera, and Safari use the property opacity for
transparency.
IE8 and earlier use filter:alpha(opacity=x).
The x can take a value from 0 - 100. A lower value makes the element more
transparent.
11. 11
ADDING EFFECTS TO IMAGES (2)
Hover Image Effect
The first CSS block will be similar to the code in transparency example.
In addition, we need to added what should happen when a user hover
over one of the images.
In this case we want the image to NOT be transparent when the user
hover over it.
The CSS for this is: opacity=1. And IE8 and earlier:
filter:alpha(opacity=100).
When the mouse pointer moves away from the image, the image will be
transparent again.
Syntax:
12. 12
CREATING IMAGE SPRITES
Image Sprites
An image sprite is a collection of images put into a single image.
A web page with many images can take a long time to load and generates multiple
server requests.
Using image sprites will reduce the number of server requests and save bandwidth.
Instead of using three separate images, we use single image. (a.jpg)
following example the CSS specifies which part of the a.jpg" image to show:
SYNTAX:
<img class="home" src=/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/"img_trans.gif" /> - Only defines a small transparent image because the
src attribute cannot be empty. The displayed image will be the background image we specify in
CSS.
width:46px;height:44px; - Defines the portion of the image we want to use
background:url(/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/img_navsprites.gif) 0 0; - Defines the background image and its position (left
0px, top 0px)
13. 13
EXAMPLE- STRIPES
Navigation List
We will use an HTML list, because it can be a link and also supports a
background image.
Explanation;
#navlist{position:relative;} - position is set to relative to allow absolute positioning
inside it
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0;} - margin and
padding is set to 0, list-style is removed, and all list items are absolute positioned.
#navlist li, #navlist a{height:44px;display:block;} - the height of all the images are
44px
14. 14
Positioning
Now start to position and style for each specific part:
#home{left:0px;width:46px;} - Positioned all the way to the left, and
the width of the image is 46px
#home{background:url(/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/img_navsprites.gif) 0 0;} - Defines the
background image and its position (left 0px, top 0px)
#prev{left:63px;width:43px;} - Positioned 63px to the right (#home
width 46px + some extra space between items), and the width is
43px.
#prev{background:url('/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/img_navsprites.gif') -47px 0;} - Defines the
background image 47px to the right (#home width 46px + 1px line
divider)
#next{left:129px;width:43px;}- Positioned 129px to the right (start
of #prev is 63px + #prev width 43px + extra space), and the width is
43px.
#next{background:url('/slideshow/lecture-5-6-advance-css-pptx-for-web/275557020/img_navsprites.gif') no-repeat -91px 0;} -
Defines the background image 91px to the right (#home width 46px
+ 1px line divider + #prev width 43px + 1px line divider )
15. 15
Adding Hover Effect.. ?
We only add three lines of code to add the hover effect:
Explanation
Since the list item contains a link, we can use the :hover pseudo-class
#home a:hover{background: transparent
url(img_navsprites_hover.gif) 0 -45px;}
For all three hover images we specify the same background position, only
45px further down