1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
nekit [7.7K]
4 years ago
8

Write the CSS for an id with the following attributes: i. float to the left of the page. ii. light tan background. iii. Verdana

or sans-serif large font and 20 pixels of padding.
Computers and Technology
1 answer:
miss Akunina [59]4 years ago
4 0

Answer:

We create a block div with an id="block" and we make the css code

Explanation:

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>bloque</title>

<link href="bloque.css" rel="stylesheet" type="text/css">  

</head>

<body>

<!--we create the div with the id="block" and a text "hello world"-->

<div id="block"> hello world </div>

 

</body>

</html>

/* CSS Document */

/* we create the CSS file, then with the same id="block" we're programming in the CSS code*/

#block{

background-color: #ECDEC9;

padding: 20px;

float: left;

font-size: 50px;

font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",     "DejaVu Sans", "Verdana", "sans-serif";

}

You might be interested in
Please help it's my last question
Yuki888 [10]

Explanation:

here is your answer.. of. different between client / server architecture and peer to peer architecture of the network.

6 0
3 years ago
Read 2 more answers
Which of the following are examples of system software?
Nastasia [14]

Answer:

system softwear -operating system

-system sequrity utilities

5 0
4 years ago
Read 2 more answers
Give a recursive implementation for the function: def is_sorted(lst, low, high) This function is given a list of numbers, lst, a
vaieri [72.5K]

Answer:

# recursive method to find if list is in ascending order

def is_sorted(list, low, high):

   if low >= high:     # if reached end of list

       return True

   if list[low] > list[low+1]:     # if item at low is greater than low+1

       return False                # return false

   return True and is_sorted(list, low+1, high)    # or return True and recursion call to low+1

Explanation:

7 0
3 years ago
The world population reached 7 billion people on October 21, 2011, and was growing at the rate of 1.1% each year. Assuming that
stellarik [79]

Answer:

// Program is written in C++ Programming Language.

// Comments are used for explanatory purpose

#include<iostream>

using namespace std;

int main()

{

// Declare and Initialise Variables

int year = 2011;

float rate = 0.011;// 1.1%

double population = 7000000000;

// Iterate through years to get number of years

// Population will get to 8 billion

while(population<8000000000)

{

// Calculate new population

population = population * ( 1 + rate);

// Population = Population * Population * Rate

year++;

}

//End loop

// Print Population and Year

cout<<"Population in "<<year<<" is "<<population;

}

return 0;

}

8 0
3 years ago
By Carl Sandburg
Eva8 [605]
The answer is 1 because the poet uses personification.
6 0
3 years ago
Other questions:
  • Although you can use a dialog box to indent paragraphs, word provides a quicker way through the ____.
    7·1 answer
  • The purpose of the align phase is to align your team with ______.
    9·1 answer
  • Create a loop that will output all the multiples of 5 that are greater than zero and less than 60 (do not include 60). 5, 10, 15
    10·1 answer
  • In the receiving computer, UDP receives a datagram from the __________ layer.
    15·1 answer
  • Which is an example of Raw Input?
    11·1 answer
  • A robot can complete 7 tasks in hour. Each task takes the same amount of time.
    15·2 answers
  • Identify methods to improve programming skills.
    15·1 answer
  • Dreams is Littlebigplanet 4, change my mind.
    6·1 answer
  • 1. This are tools used to make any presentation interesting and exciting.
    9·1 answer
  • What does a good résumé help you do?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!