gpt4 book ai didi

html - 我似乎无法将右列 float 到页面右侧

转载 作者:行者123 更新时间:2023-11-28 05:00:31 25 4
gpt4 key购买 nike

我的网站在 Vivascoaching主页仍然不完整,因为我正在处理要添加的内容,但是如果您将鼠标悬停在关于我们的地方并单击与我们的教练会面,您就会明白我的意思。我的联系表出现在所有教练信息的下方,我希望它位于右侧的旁边。即使我将它们各自的列都 float 到左侧,我似乎也无法让它工作。有人可以帮帮我吗?为了以防万一,我还添加了 HTML 和 CSS 片段:

header{
margin: 0px auto;
background-color: white;
border-bottom-style: solid;
}

body{

font-family: "Comic Sans MS", sans-serif;
}

h1,h2,h3{
color: #0f43f0;
}


a:link {
color: #0f43f0;
text-decoration: none;
font-size: 120%;
}


a:visited{
color: #0f43f0;
}

img {
max-width: 100%;
}


footer{
clear: both;
text-align: center;
background-color: white;
border-top-style: solid;
width: auto;
}

footer p{
margin-top: 10px;
color: #0f43f0;

}

/*----------------DROP DOWN STYLING-----------*/

li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
background-color: #0f43f0;
color: white;
}


li.dropdown {
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
display: block;
}


/*-------NAV STYLING------------*/

#mainlinks li{
float:left;
margin-left: 80px;
}



/*---------- COLUMN STYLING ----------*/

.linkswrapper{
color: #0f43f0;
}

#container {
width: 960px;
margin: 0 auto;
overflow: auto;
}

.middle_column{
float:left;
text-align:center;
width:700px;
padding:10px;
margin-left: 30px;
}


.right_column{
float: left;
text-align:center;
width:260px;
margin-left: 70px;
overflow: visible;
}




/*---------- Media Queries for Responsive design --------------*/

@media screen and (max-width:959px) {
#container{
width:100%;
}
}


@media screen and (max-width:640px){
#container{
width:100%;
}

img {
max-width:100%;
}
}


@media screen and (max-width:480px){
#container{
width:100%;
}
}
<!DOCTYPE HTML>
<html>
<head>
<title>Vivas Coaching-Main</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style/main.css">
<link rel="stylesheet" href="../style/normalize.css">
</head>

<body>

<header>
<a href="index.html"><img src="Images/logo.png" alt="logo" style=" width: 465; height: 135; margin-left: 10px;"></a>
</header>

<div class="linkswrapper">
<nav id="mainlinks">
<ul>
<li><a class="active" href="index.html" title="Main">Main</a></li>

<li class="dropdown">
<a href="aboutus.html" class="dropbtn" title="About Us">About Us</a>

<div class="dropdown-content">
<a href="meetourcoaches.html">Meet Our Coaches</a>
<a href="visionandvalues.html">Vision and Values</a>
</div>
</li>

<li class="dropdown">
<a href="courses.html" title="Courses">Courses</a>

<div class="dropdown-content">
<a href="satprep.html">SAT Prep</a>
<a href="actprep.html">ACT Prep</a>
<a href="subjecttutoring.html">Subject Tutoring</a>
<a href="summercamp.html">Summer Camp</a>
<a href="satactwinterbootcamp.html">SAT/ACT Winter Boot Camp</a>
</div>
</li>


<li><a href="register.html" title="Register">Register</a></li>
</ul>
</nav>
</div>

<div id="container">
<div id="middle_column">
<img src="Images/elaine.png" alt="Elaine">
<h1><i><u>Lead Coach Elaine Aguasvivas</u></i></h1>

<p>Coach Elaine earned a Bachelor of Arts in Economics from William Smith College. Because of her Economics background, she has had the opportunity to intern in places such as the United States State Department and the International Trade Commission both in Washington, DC. Professionally, Coach Elaine has 3+ years of experience as a College Adviser directly assisting students plan for and apply to college. As a full-time SAT Prep Coach, her passion is to prepare college minded students to achieve their highest potential scores in tests such as the SAT and the ACT.</p>
<p>Coach Elaine has successfully prepared students for SAT / ACT / SSAT tests as a profession for over two years now. It is her passion to motivate and equip students to achieve their highest possible score. On average, her students increase 250 points, with her highest increase at 410 points. What sets her apart is her ability not only to tutor but to coach her students.</p>
<p><i>"These are intimidating tests and students should receive all the support they need to overcome shortcomings and combat test anxiety. My goal with every student is to instill confidence in them through the mastery of best strategies"</i>- Coach Elaine</p>
<p>On Sundays, you can always find her at Blueprints Church in Wellington as she is one of its founding members. She serves actively as a Youth Leader mentoring young adults in her church.</p>
</div>

<aside id="right_column">
<h2>Contact Us</h2>
<p>(646)316-8481/<br>(403)718-0159</p>
<p>Please fill out the information below and we will get back to you as soon as possible!<p>

<form method="post" action="callback.php">

<label for="firstname">First Name: </label>
<input name="firstname" id="firstname" type="text" />

<label for="lastname">Last Name: </label>
<input name="lastname" id="lastname" type="text" />

<label for="email">Email: <span class="required"></span></label>
<input name="email" id="email" type="text" />

<label for="phonenumber">Phone Number:</label>
<input name="phonenumber" id="phonenumber" type="text"/>

<label>*What is 2+2? (Anti-spam)</label>
<input name="human" placeholder="Type answer here">

<label for="message"> Message: <span class="required"></span></label>

<textarea id="message" name="message" cols="25" rows="10" placeholder="Type your message here!"></textarea>
<input type="submit" id="submit"/>
</form>
</aside>
</div>

<footer>
<p>&copy;VivasCoaching 2016</p>
</footer>

</body>
</html>

我还向网站添加了一些查询,以尝试让它在手机和平​​板电脑上看起来也不错。我今天才知道查询。你们有什么看法或建议?

最佳答案

如果您希望内容并排放置并且希望它对移动设备具有响应能力,那么您绝对应该使用 Bootstrap 框架。我使用了下面的代码并删除了所有的 css 和标题内容,并且能够得到你想要的东西。

<!DOCTYPE HTML>
<html>
<head>
<title>Vivas Coaching-Main</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../style/main.css">
<link rel="stylesheet" href="../style/normalize.css">

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">

</head>

<body>



<div class="container">
<div class="row">
<div class="col-md-6">.


<div >
<img src="http://vivascoaching.com/Images/elaine.png" alt="Elaine">
<h1><i><u>Lead Coach Elaine Aguasvivas</u></i></h1>

<p>Coach Elaine earned a Bachelor of Arts in Economics from William Smith College. Because of her Economics background, she has had the opportunity to intern in places such as the United States State Department and the International Trade Commission both in Washington, DC. Professionally, Coach Elaine has 3+ years of experience as a College Adviser directly assisting students plan for and apply to college. As a full-time SAT Prep Coach, her passion is to prepare college minded students to achieve their highest potential scores in tests such as the SAT and the ACT.</p>
<p>Coach Elaine has successfully prepared students for SAT / ACT / SSAT tests as a profession for over two years now. It is her passion to motivate and equip students to achieve their highest possible score. On average, her students increase 250 points, with her highest increase at 410 points. What sets her apart is her ability not only to tutor but to coach her students.</p>
<p><i>"These are intimidating tests and students should receive all the support they need to overcome shortcomings and combat test anxiety. My goal with every student is to instill confidence in them through the mastery of best strategies"</i>- Coach Elaine</p>
<p>On Sundays, you can always find her at Blueprints Church in Wellington as she is one of its founding members. She serves actively as a Youth Leader mentoring young adults in her church.</p>
</div>
</div>
<!-- first column -->

<div class="col-md-6">.
<aside>
<h2>Contact Us</h2>
<p>(646)316-8481/<br>(403)718-0159</p>
<p>Please fill out the information below and we will get back to you as soon as possible!<p>

<form method="post" action="callback.php">

<label for="firstname">First Name: </label>
<input name="firstname" id="firstname" type="text" /><br>

<label for="lastname">Last Name: </label>
<input name="lastname" id="lastname" type="text" /><br>

<label for="email">Email: <span class="required"></span></label>
<input name="email" id="email" type="text" /><br>

<label for="phonenumber">Phone Number:</label>
<input name="phonenumber" id="phonenumber" type="text"/><br>

<label>*What is 2+2? (Anti-spam)</label>
<input name="human" placeholder="Type answer here"><br>

<label for="message"> Message: <span class="required"></span></label><br>

<textarea id="message" name="message" cols="25" rows="10" placeholder="Type your message here!"></textarea><br>
<input type="submit" id="submit"/>
</form>
</aside>
</div>
</div>
<!-- second column -->
</div>
</div>
<!-- row -->
<!-- container -->

<footer>
<p>&copy;VivasCoaching 2016</p>
</footer>

</body>
</html>

screenshot

关于html - 我似乎无法将右列 float 到页面右侧,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40145780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com