请指导我如何使用 Java 脚本制作此线条动画,使其在 imagur 中看起来像这样

时间:2021-08-01 16:02:54

标签: javascript html css

这是我的代码,我想在“环游世界”底部划线和按钮 在外观图片中看起来像这样我想用javascript来做 我知道它在 css 上很简单,但是我正在开发我的 javascript 技能 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 外观与底部非常相似

https://i.stack.imgur.com/08FEE.png @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

//backlight

const main_Page = document.getElementById("main_Page");


    main_Page.addEventListener("mouseover", function (event){
        event.target.style.boxShadow = "2% 0% 0% whitesmoke";

        setTimeout(function (){
            event.target.style.boxShadow ="";}, 500);
        },false);
body{
    background: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container{
    position: relative;
}
.background_img{
    background-image: url('https://duze-podroze.pl/wp-content/uploads/2019/03/Hakone-Japonia.jpg');
    background-size:cover;
}
button{
    border:none;
    background: none;
    padding:0;
}
#button1{
    border:none;
    background: none;
    padding:0;
    margin-top: 5%;
    margin-right: 10%;
}
button:focus{
    outline: none;
}
.hover_button:hover{
    opacity:0.7;
}
#center_logo{
    text-align: center;
    align-items: center;
    color:whitesmoke;
    font-family: Verdana;
    font-size: 450%;
}
<!DOCTYPE html>
<html lang="pl">
<head>
    <title>Travel</title>
    <!--Shorcut -->
    <link rel="shortcut icon" href="https://icons8.com/icon/108778/around-the-globe" >
    <!--Bootstrap -->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
    <!--Polish words-->
    <meta charset="UTF-8">
    <!-- include style -->
    <link rel="stylesheet" href="../styledopodstron/style_podroze.css">
    <!--Responsive-->
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

</head>
<body>
<!--Script-->
<script src="../js/podroze_script.js"></script>
<!--Background-->
<div class="background_img">
    <!--Loop-->
<div id="search" class="nav justify-content-end">
    <button id='button1' class="nav-item hover_button">
        <img class="img-fluid "  src="https://img.icons8.com/ios/35/ffffff/search--v1.png" alt=""/>
    </button>
</div>
    <!--Center-->
    <div id="center_logo">
        <button class="hover_button">
            <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
                                       width="150" height="150"
                                       viewBox="0 0 172 172"
                                       style=" fill:#000000;"><g transform="translate(4.73,4.73) scale(0.945,0.945)"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="none" stroke-linecap="butt" stroke-linejoin="none" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g id="original-icon 1" fill="#ffffff" stroke="#cccccc" stroke-width="10" stroke-linejoin="round"><path d="M161.25,83.3125c0,42.96851 -34.95849,77.9375 -77.9375,77.9375c-42.979,0 -77.9375,-34.96899 -77.9375,-77.9375c0,-42.96851 34.9585,-77.9375 77.9375,-77.9375c42.97901,0 77.9375,34.96899 77.9375,77.9375zM74.04272,11.35889c-0.02099,0.03149 -0.02099,0.05249 -0.05249,0.08398l-0.35693,0.37793h0.0105c1.13379,0.18896 2.01562,1.0813 2.19409,2.22559c0.17847,1.13379 -0.38843,2.25708 -1.39624,2.79248c0,0 -4.62964,2.44604 -6.79224,3.56934c-0.5564,1.80566 -1.35425,4.20972 -3.7583,4.20972c-5.57446,0 -11.07544,-1.6272 -16.22998,-3.28589c-0.38843,-0.13647 -0.71387,-0.34643 -0.99732,-0.60889c-6.66626,3.92627 -12.66064,8.87085 -17.7522,14.64477c4.73462,3.41187 6.36182,9.89966 7.67407,15.31665l0.19946,0.76636c1.44873,5.9209 5.80542,13.71045 8.6189,18.34009l0.5669,-1.12329c0.46191,-0.90283 1.38574,-1.48022 2.40405,-1.48022c1.02881,0 1.95264,0.57739 2.40405,1.50122c0.03149,0.06299 3.2544,6.52978 5.99439,9.50073l0.74536,0.80835c2.32007,2.54053 5.49048,6.00488 8.12549,7.26465c2.96045,1.40674 5.87891,2.20459 8.97583,3.05493c0.48291,0.13647 0.95532,0.27295 1.43823,0.40942c-0.0105,-0.08398 -0.02099,-0.15747 -0.03149,-0.23096c-0.07349,-0.0105 -0.15747,-0.02099 -0.22046,-0.03149c-1.11279,-0.15747 -3.18091,-0.45142 -4.12573,-2.56152c-0.43042,-0.98682 -0.39892,-1.92114 -0.19946,-2.7085c0,0 0,-0.0105 -0.0105,0c-0.43042,0.08398 -0.81885,0.16797 -1.0813,0.20996c-2.50903,0.37793 -4.90259,-0.45142 -6.57178,-2.28857c-1.79517,-1.96314 -2.46704,-4.73462 -1.81616,-7.40113c1.36474,-5.55347 6.06787,-6.33032 8.88135,-6.80273c2.99194,-0.50391 6.52979,-0.12598 9.39575,1.41724c0.89233,-3.29639 2.59302,-6.55078 5.00757,-9.50073c2.76099,-3.36987 5.27002,-4.8501 8.16748,-6.56128c0.57739,-0.34644 1.18628,-0.69287 1.82666,-1.0918c0.41992,-0.44092 1.02881,-0.71387 1.95264,-0.97632c-0.94483,-0.29395 -1.69019,-0.60889 -2.07861,-0.88184c-1.54321,-1.0603 -2.18359,-2.89746 -1.58521,-4.56665c0.72437,-1.99463 2.87647,-3.15991 5.52197,-2.90796c0.41992,0.03149 1.30176,-0.30444 2.04712,-1.01831c0.69287,-0.67187 0.92383,-1.29126 0.90283,-1.55371c-0.18896,-1.00781 -1.75317,-4.41968 -2.77148,-5.27002c-0.29395,0.13647 -0.88184,0.41992 -1.30176,0.61938c-2.1731,1.03931 -6.70825,3.20191 -9.20679,-0.83984c-0.09448,-0.13647 -0.16797,-0.23096 -0.23096,-0.29395c0.19946,3.71631 -1.02881,7.44312 -3.39087,10.31958c-0.83984,1.00781 -2.27808,1.27026 -3.41187,0.61939l-13.4165,-7.70557c-0.96582,-0.5459 -2.41455,-1.37524 -3.2124,-2.99194c-1.38574,-2.79248 -0.07348,-6.12036 3.42236,-8.68189c2.05762,-1.51172 4.08374,-3.05493 6.07837,-4.56665c1.99463,-1.52222 3.96826,-3.03394 5.94189,-4.47217c2.7085,-1.97363 5.75293,-2.34107 8.14648,-0.98682c2.01563,1.13379 3.2439,3.28589 3.53784,6.06787c1.97765,0.09175 2.76743,-0.35104 2.97492,-0.47289c-0.06751,-0.00757 -0.23927,-0.42272 -0.60236,-0.88136c-0.74536,-0.94483 -0.77686,-2.26758 -0.07349,-3.2439c0.70337,-0.97632 1.96314,-1.36475 3.09692,-0.94483l0.68237,0.23096c3.2334,1.10229 10.81299,3.69531 14.22485,11.92578c0.12598,0.29395 0.30444,0.93433 0.5144,1.80566c0.5459,2.34106 2.01562,8.5769 5.06006,9.32227c0.71387,0.17847 2.09961,-1.98413 2.76098,-3.03394c0.29395,-0.46191 0.5669,-0.89233 0.82935,-1.27026c2.12061,-2.98145 6.02588,-5.14404 9.73169,-6.4668c-12.81811,-11.37988 -29.66748,-18.30859 -48.11255,-18.30859c-3.13892,0 -6.22534,0.22046 -9.26978,0.60889zM53.08862,17.36377c3.08643,0.90283 6.23584,1.64819 9.31177,1.82666c0.05249,-0.18896 0.11548,-0.36743 0.15747,-0.50391c0.34643,-1.11279 0.64038,-2.06811 1.76367,-2.62451c0.26245,-0.12598 0.89233,-0.46191 1.70068,-0.88184c-0.15747,-0.22046 -0.29395,-0.46191 -0.37793,-0.73486c-0.15747,-0.49341 -0.16797,-1.01831 -0.05249,-1.50122c-4.33569,1.0918 -8.51392,2.59302 -12.50317,4.41968zM83.72192,21.34253c-1.94214,1.41724 -3.89478,2.90796 -5.85791,4.39868c-2.02612,1.55371 -4.07324,3.11792 -6.17285,4.65064c-1.20727,0.88184 -1.74267,1.75317 -1.76367,2.02612c0.10498,0.10498 0.77686,0.48291 1.0498,0.64038l11.21191,6.4353c0.75586,-1.55371 1.1023,-3.31738 0.95532,-5.00757c-0.17847,-2.17309 1.42773,-4.39868 3.7373,-5.16504c1.87915,-0.60889 4.51416,-0.29395 6.30933,2.42505c0.60889,-0.09448 1.79517,-0.66138 2.46704,-0.97632c1.29126,-0.61939 2.50903,-1.20728 3.7793,-1.20728c5.18604,0 7.91553,9.19629 7.97852,10.45605c0.09448,1.96314 -0.83984,4.03125 -2.56152,5.67944c-0.39892,0.38843 -0.82935,0.74536 -1.29126,1.0498c0.07349,-0.0105 0.13648,-0.0105 0.19946,-0.02099c1.36475,-1.25977 3.35937,-1.93164 5.03906,-1.6272c1.44873,0.26245 2.59302,1.17578 3.12842,2.51953c0.41992,1.0708 0.39892,2.22559 -0.07349,3.27539c-0.92383,2.04712 -3.2334,3.06543 -4.18872,3.40137c-1.66919,0.59839 -4.23071,1.10229 -6.47729,1.54321c-0.85034,0.16797 -1.85815,0.36743 -2.42505,0.50391c-0.0105,0.0105 -0.02099,0.0105 -0.03149,0.02099c-0.92383,0.57739 -1.76367,1.0708 -2.56152,1.54321c-2.75049,1.6167 -4.57715,2.6875 -6.72925,5.32251c-3.02344,3.68482 -4.61914,7.86304 -4.50366,11.75781c0.04199,1.28076 -0.82935,2.40405 -2.06811,2.698c-1.23877,0.27295 -2.53003,-0.33594 -3.05493,-1.50122c-1.20728,-2.59302 -5.04956,-3.47485 -8.052,-2.97095c-3.52734,0.58789 -4.13623,1.12329 -4.53516,2.79248c-0.23096,0.90283 -0.02099,1.85815 0.5564,2.47754c0.46191,0.5144 1.0708,0.70337 1.79517,0.59839c0.18897,-0.02099 0.45142,-0.08398 0.76636,-0.14697c2.44605,-0.5249 6.52979,-1.38574 7.46411,1.95264c0.36743,1.35425 -0.02099,2.51953 -0.45142,3.39087c0.72437,0.13647 1.54321,0.38843 2.29907,0.96582c0.5354,0.40942 1.88965,1.43823 1.87915,6.21484c0.56689,0.22046 1.13379,0.45142 1.70068,0.69287c1.25977,-0.61939 3.15991,-1.49072 4.45117,-1.78467c7.84204,-1.82666 16.1355,-0.86084 23.34766,2.698c3.67432,1.82666 7.0232,5.18604 7.24365,8.98633l12.08325,3.18091c0.99731,0.26245 2.50903,0.66138 3.65332,1.92114c1.87915,2.04712 1.56421,5.04956 0.43042,7.10718c-0.48291,0.87134 -1.0813,1.6062 -1.5957,2.24658c-0.34643,0.41992 -0.69287,0.83984 -0.96582,1.31226c-0.5354,0.86084 -0.86084,1.99463 -1.20728,3.19141c-0.26245,0.92383 -0.5354,1.85815 -0.89233,2.75049c-1.46973,3.62183 -4.2832,6.41431 -6.54028,8.65039c-7.14917,7.11768 -14.44531,14.20386 -21.70996,21.14307c23.14819,-6.00488 41.84522,-23.19018 49.96021,-45.42505c-0.40942,-0.09448 -0.79785,-0.25195 -1.13379,-0.5459c-1.50122,-1.30176 -3.56934,-3.29639 -4.87109,-5.3645c-1.69018,-2.65601 -1.6272,-11.85229 -0.5669,-14.11987c2.00513,-3.63232 7.26465,-9.76318 9.60571,-12.41919c-3.84228,-0.41992 -7.75806,-3.35938 -8.6084,-4.62964c-1.43823,-2.1311 -0.89233,-4.65064 -0.71387,-5.49048c0.73486,-3.30688 2.36206,-6.34082 4.71362,-8.77637c0.12598,-0.13647 0.36743,-0.36743 0.67188,-0.58789c-3.41186,-8.46142 -8.38794,-16.125 -14.55029,-22.65478c-0.08398,-0.07349 -0.17847,-0.11548 -0.24146,-0.18897c-4.20972,1.01831 -8.21997,3.17041 -9.71069,5.28052c-0.22046,0.30444 -0.44092,0.66138 -0.69287,1.0498c-1.42773,2.25708 -4.11523,6.4458 -8.5769,5.3645c-6.22534,-1.53272 -8.17798,-9.78418 -9.01782,-13.30103c-0.10498,-0.47241 -0.18896,-0.83984 -0.26245,-1.0498c-1.5957,-3.85278 -4.58765,-6.03638 -7.24365,-7.34863c-0.09448,0.31494 -0.22046,0.61939 -0.38843,0.91333c-1.48022,2.65601 -5.07055,3.65332 -10.65552,2.99194c-1.43823,-0.16797 -2.49854,-1.46973 -2.36206,-2.91846c0.18897,-2.07861 -0.28345,-3.32788 -0.83984,-3.64282c-0.12598,-0.07349 -0.27295,-0.10498 -0.44092,-0.11548c-0.5144,-0.0105 -1.20728,0.26245 -1.88965,0.76636zM10.75,83.3125c0,40.00806 32.55444,72.5625 72.5625,72.5625c1.10229,0 2.19409,-0.03149 3.27539,-0.08398c0,-0.5564 0.09448,-1.02881 0.15747,-1.35425c1.67969,-8.35645 3.00244,-16.90186 3.95776,-25.38428c0.18897,-1.74267 0.30444,-3.17041 -0.04199,-4.36719c-0.5564,-1.84766 -2.25708,-3.26489 -4.23071,-4.90259c-1.52222,-1.27027 -3.08642,-2.57202 -4.34619,-4.27271c-3.2124,-4.33569 -3.48535,-10.56104 -0.66138,-15.15918l0.35693,-0.57739c0.31494,-0.50391 0.88184,-1.38574 1.02881,-1.87915c-0.16797,-0.09448 -0.40942,-0.20996 -0.56689,-0.29395l-4.43018,-1.74267c-1.51172,-0.49341 -3.04443,-0.92383 -4.61914,-1.35425c-3.18091,-0.88184 -6.4668,-1.78467 -9.83667,-3.38037c-3.60083,-1.71118 -7.03369,-5.46948 -9.80518,-8.49292l-0.72436,-0.79785c-1.52222,-1.64819 -3.09692,-4.05225 -4.34619,-6.16235l-0.38843,0.78735c-0.43042,0.85034 -1.28076,1.41724 -2.23608,1.48022c-0.98682,0.03149 -1.86865,-0.38843 -2.39355,-1.17578c-0.38843,-0.57739 -9.47974,-14.17236 -11.89429,-24.01953l-0.19946,-0.79785c-1.17578,-4.8291 -2.49853,-10.2146 -5.86841,-12.41919c-9.24878,12.17773 -14.74976,27.34741 -14.74976,43.78735zM150.46851,66.72559c-0.23096,1.02881 -0.08398,1.33325 -0.08398,1.33325c0.40942,0.43042 2.51953,1.90015 4.3042,2.25708c-0.5249,-2.86597 -1.18628,-5.67945 -2.03662,-8.40894c-1.0498,1.44873 -1.80566,3.10742 -2.18359,4.8186zM149.72315,90.54565c-0.35693,1.18628 -0.28345,7.5166 0.35693,8.88135c0.59839,0.95532 1.70068,2.1731 3.09692,3.45386c1.74267,-6.22534 2.698,-12.78662 2.698,-19.56836c0,-0.30444 -0.02099,-0.61939 -0.02099,-0.92383c-2.39355,2.84497 -5.03906,6.17285 -6.13086,8.15698zM36.23926,95.23828c0.38843,1.42773 -0.47241,2.89746 -1.90015,3.28589l-5.19653,1.38574c-0.23096,0.06299 -0.46191,0.10498 -0.69287,0.10498c-1.18628,0 -2.27808,-0.79785 -2.60352,-2.00513c-0.37793,-1.42773 0.47241,-2.89746 1.91064,-3.28589l5.19653,-1.38574c0.35693,-0.10498 0.71387,-0.12598 1.0603,-0.07349c1.03931,0.13647 1.94214,0.89233 2.22559,1.97363zM88.90796,95.60571c-0.25195,0.05249 -0.60889,0.17847 -1.00781,0.34643c1.01831,2.59302 -0.58789,5.12305 -1.57471,6.69776l-0.32544,0.5144c-1.66919,2.72949 -1.51172,6.57178 0.39893,9.1333c0.87134,1.18628 2.1416,2.23609 3.46435,3.34888c2.30957,1.92114 4.92358,4.09424 5.9419,7.5061c0.69287,2.33057 0.41992,4.74512 0.23096,6.49829c-0.91333,8.17798 -2.1731,16.40845 -3.7478,24.49194c1.41724,-0.60889 2.70849,-1.76367 4.10474,-3.08643c7.71606,-7.34863 15.48462,-14.89673 23.07471,-22.44482c2.00513,-1.99463 4.2832,-4.25171 5.33301,-6.85522c0.29395,-0.71387 0.5144,-1.48023 0.72436,-2.22559c0.40942,-1.41724 0.86084,-3.02344 1.78467,-4.51416c0.39892,-0.66138 0.88184,-1.28076 1.36474,-1.87915c0.41992,-0.5249 0.80835,-1.00781 1.0708,-1.48022c0.24146,-0.43042 0.28345,-0.86084 0.25195,-0.97632c-0.08398,0 -0.70337,-0.16797 -0.99732,-0.24146l-14.38232,-3.78979c-0.74536,-0.19946 -1.36475,-0.69287 -1.71118,-1.37524c-0.34643,-0.69287 -0.38843,-1.48022 -0.10498,-2.19409c0.62988,-1.6272 -1.65869,-3.95776 -4.13623,-5.18604c-3.7583,-1.85815 -7.97852,-2.88696 -12.20923,-3.02344c-2.54053,-0.07348 -5.09155,0.15747 -7.5481,0.73486zM41.20483,107.21655c0.74536,1.29126 0.30445,2.92896 -0.97632,3.67432l-4.66113,2.6875c-0.41992,0.24146 -0.89233,0.35693 -1.34375,0.35693c-0.93433,0 -1.82666,-0.47241 -2.33057,-1.34375c-0.74536,-1.28076 -0.30445,-2.92895 0.98682,-3.66382l4.66113,-2.6875c0.31494,-0.18896 0.66138,-0.30444 1.00781,-0.34643c1.02881,-0.12598 2.09961,0.36743 2.65601,1.32275zM49.09936,117.52564c1.0498,1.03931 1.0498,2.73999 0,3.78979l-3.78979,3.81079c-0.5354,0.5144 -1.21777,0.77685 -1.90015,0.77685c-0.69287,0 -1.38574,-0.26245 -1.91065,-0.77685c-1.0393,-1.0498 -1.0393,-2.75049 0,-3.81079l3.81079,-3.78979c0.5249,-0.5354 1.20728,-0.78735 1.88965,-0.78735c0.69287,0 1.37524,0.25195 1.90015,0.78735zM59.40845,125.42017c1.28076,0.74536 1.72168,2.38306 0.97632,3.66382l-2.6875,4.66113c-0.49341,0.86084 -1.39624,1.34375 -2.32007,1.34375c-0.46191,0 -0.92383,-0.11548 -1.34375,-0.36743c-1.29126,-0.73486 -1.73218,-2.37256 -0.98682,-3.66382l2.6875,-4.66113c0.5564,-0.95532 1.6272,-1.44873 2.66651,-1.31226c0.33594,0.04199 0.68237,0.14697 1.00781,0.33594zM71.38672,130.38574c1.43823,0.38843 2.29907,1.85815 1.90015,3.29639l-1.38574,5.18603c-0.31494,1.20728 -1.41723,1.99463 -2.60352,1.99463c-0.22046,0 -0.45141,-0.03149 -0.68237,-0.09448c-1.43823,-0.37793 -2.28857,-1.85815 -1.90015,-3.28589l1.38574,-5.19653c0.28345,-1.0708 1.18628,-1.82666 2.22559,-1.97363c0.34643,-0.04199 0.70337,-0.02099 1.0603,0.07349z"></path></g><path d="M0,172v-172h172v172z" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><g id="original-icon" fill="#ffffff" stroke="none" stroke-width="1" stroke-linejoin="miter"><path d="M83.3125,5.375c-42.979,0 -77.9375,34.96899 -77.9375,77.9375c0,42.96851 34.9585,77.9375 77.9375,77.9375c42.97901,0 77.9375,-34.96899 77.9375,-77.9375c0,-42.96851 -34.95849,-77.9375 -77.9375,-77.9375zM83.3125,10.75c18.44507,0 35.29443,6.92871 48.11255,18.30859c-3.70581,1.32276 -7.61108,3.48535 -9.73169,6.4668c-0.26245,0.37793 -0.5354,0.80835 -0.82935,1.27026c-0.66137,1.0498 -2.04712,3.2124 -2.76098,3.03394c-3.04443,-0.74536 -4.51416,-6.9812 -5.06006,-9.32227c-0.20996,-0.87134 -0.38843,-1.51172 -0.5144,-1.80566c-3.41186,-8.23047 -10.99146,-10.82349 -14.22485,-11.92578l-0.68237,-0.23096c-1.13379,-0.41992 -2.39355,-0.03149 -3.09692,0.94483c-0.70337,0.97632 -0.67187,2.29907 0.07349,3.2439c0.39892,0.50391 0.56689,0.95532 0.61939,0.87134c-0.17847,0.10498 -0.95532,0.57739 -2.99195,0.48291c-0.29395,-2.78198 -1.52222,-4.93408 -3.53784,-6.06787c-2.39355,-1.35425 -5.43799,-0.98682 -8.14648,0.98682c-1.97363,1.43823 -3.94727,2.94995 -5.94189,4.47217c-1.99463,1.51172 -4.02075,3.05493 -6.07837,4.56665c-3.49585,2.56152 -4.80811,5.88941 -3.42236,8.68189c0.79785,1.6167 2.24658,2.44604 3.2124,2.99194l13.4165,7.70557c1.13379,0.65088 2.57202,0.38843 3.41187,-0.61939c2.36206,-2.87646 3.59033,-6.60327 3.39087,-10.31958c0.06299,0.06299 0.13648,0.15747 0.23096,0.29395c2.49853,4.04175 7.03369,1.87915 9.20679,0.83984c0.41992,-0.19946 1.00781,-0.48291 1.30176,-0.61938c1.01831,0.85034 2.58252,4.26221 2.77148,5.27002c0.021,0.26245 -0.20996,0.88184 -0.90283,1.55371c-0.74536,0.71387 -1.6272,1.0498 -2.04712,1.01831c-2.64551,-0.25195 -4.79761,0.91333 -5.52197,2.90796c-0.59839,1.66919 0.04199,3.50635 1.58521,4.56665c0.38843,0.27295 1.13379,0.58789 2.07861,0.88184c-0.92383,0.26245 -1.53272,0.5354 -1.95264,0.97632c-0.64038,0.39892 -1.24927,0.74536 -1.82666,1.0918c-2.89746,1.71118 -5.40649,3.19141 -8.16748,6.56128c-2.41455,2.94995 -4.11523,6.20435 -5.00757,9.50073c-2.86597,-1.54321 -6.40381,-1.92114 -9.39575,-1.41724c-2.81348,0.47241 -7.5166,1.24927 -8.88135,6.80273c-0.65088,2.66651 0.02099,5.43799 1.81616,7.40113c1.66919,1.83716 4.06274,2.6665 6.57178,2.28857c0.26245,-0.04199 0.65088,-0.12598 1.0813,-0.20996c0.0105,-0.0105 0.0105,0 0.0105,0c-0.19946,0.78735 -0.23096,1.72168 0.19946,2.7085c0.94483,2.11011 3.01294,2.40405 4.12573,2.56152c0.06299,0.0105 0.14697,0.02099 0.22046,0.03149c0.0105,0.07349 0.02099,0.14697 0.03149,0.23096c-0.48291,-0.13647 -0.95532,-0.27295 -1.43823,-0.40942c-3.09692,-0.85034 -6.01538,-1.64819 -8.97583,-3.05493c-2.63501,-1.25977 -5.80542,-4.72412 -8.12549,-7.26465l-0.74536,-0.80835c-2.73999,-2.97095 -5.96289,-9.43774 -5.99439,-9.50073c-0.45141,-0.92383 -1.37524,-1.50122 -2.40405,-1.50122c-1.01831,0 -1.94214,0.57739 -2.40405,1.48022l-0.5669,1.12329c-2.81348,-4.62964 -7.17016,-12.41919 -8.6189,-18.34009l-0.19946,-0.76636c-1.31226,-5.41699 -2.93945,-11.90478 -7.67407,-15.31665c5.09155,-5.77392 11.08594,-10.71851 17.7522,-14.64477c0.28345,0.26245 0.60889,0.47241 0.99732,0.60889c5.15454,1.65869 10.65552,3.28589 16.22998,3.28589c2.40405,0 3.2019,-2.40405 3.7583,-4.20972c2.1626,-1.12329 6.79224,-3.56934 6.79224,-3.56934c1.00781,-0.5354 1.57471,-1.65869 1.39624,-2.79248c-0.17847,-1.14429 -1.0603,-2.03662 -2.19409,-2.22559h-0.0105l0.35693,-0.37793c0.03149,-0.03149 0.03149,-0.05249 0.05249,-0.08398c3.04443,-0.38843 6.13086,-0.60889 9.26978,-0.60889zM65.5918,12.94409c-0.11548,0.48291 -0.10498,1.00781 0.05249,1.50122c0.08398,0.27295 0.22046,0.5144 0.37793,0.73486c-0.80835,0.41992 -1.43823,0.75586 -1.70068,0.88184c-1.12329,0.5564 -1.41724,1.51172 -1.76367,2.62451c-0.04199,0.13647 -0.10498,0.31494 -0.15747,0.50391c-3.07593,-0.17847 -6.22534,-0.92383 -9.31177,-1.82666c3.98926,-1.82666 8.16748,-3.32788 12.50317,-4.41968zM85.61157,20.57617c0.16797,0.0105 0.31494,0.04199 0.44092,0.11548c0.5564,0.31494 1.02881,1.56421 0.83984,3.64282c-0.13647,1.44873 0.92383,2.75049 2.36206,2.91846c5.58496,0.66138 9.17529,-0.33594 10.65552,-2.99194c0.16797,-0.29395 0.29395,-0.59839 0.38843,-0.91333c2.65601,1.31226 5.64795,3.49585 7.24365,7.34863c0.07349,0.20996 0.15747,0.57739 0.26245,1.0498c0.83984,3.51685 2.79248,11.76831 9.01782,13.30103c4.46167,1.0813 7.14917,-3.10742 8.5769,-5.3645c0.25195,-0.38843 0.47241,-0.74536 0.69287,-1.0498c1.49072,-2.11011 5.50098,-4.26221 9.71069,-5.28052c0.06299,0.07349 0.15747,0.11548 0.24146,0.18897c6.16235,6.52978 11.13843,14.19336 14.55029,22.65478c-0.30444,0.22046 -0.5459,0.45142 -0.67188,0.58789c-2.35156,2.43555 -3.97876,5.46948 -4.71362,8.77637c-0.17847,0.83984 -0.72436,3.35938 0.71387,5.49048c0.85034,1.27026 4.76611,4.20972 8.6084,4.62964c-2.34107,2.65601 -7.60059,8.78687 -9.60571,12.41919c-1.0603,2.26758 -1.12329,11.46387 0.5669,14.11987c1.30176,2.06812 3.36987,4.06274 4.87109,5.3645c0.33594,0.29395 0.72436,0.45142 1.13379,0.5459c-8.11499,22.23486 -26.81201,39.42017 -49.96021,45.42505c7.26465,-6.93921 14.56079,-14.02539 21.70996,-21.14307c2.25708,-2.23608 5.07056,-5.02856 6.54028,-8.65039c0.35693,-0.89233 0.62988,-1.82666 0.89233,-2.75049c0.34643,-1.19678 0.67187,-2.33057 1.20728,-3.19141c0.27295,-0.47241 0.61939,-0.89233 0.96582,-1.31226c0.5144,-0.64038 1.11279,-1.37524 1.5957,-2.24658c1.13379,-2.05762 1.44873,-5.06006 -0.43042,-7.10718c-1.14429,-1.25977 -2.65601,-1.65869 -3.65332,-1.92114l-12.08325,-3.18091c-0.22046,-3.80029 -3.56934,-7.15967 -7.24365,-8.98633c-7.21216,-3.55884 -15.50561,-4.52466 -23.34766,-2.698c-1.29126,0.29395 -3.19141,1.16528 -4.45117,1.78467c-0.56689,-0.24146 -1.13379,-0.47241 -1.70068,-0.69287c0.0105,-4.77661 -1.34375,-5.80542 -1.87915,-6.21484c-0.75586,-0.57739 -1.57471,-0.82935 -2.29907,-0.96582c0.43042,-0.87134 0.81885,-2.03662 0.45142,-3.39087c-0.93433,-3.33838 -5.01807,-2.47754 -7.46411,-1.95264c-0.31494,0.06299 -0.57739,0.12598 -0.76636,0.14697c-0.72436,0.10498 -1.33325,-0.08398 -1.79517,-0.59839c-0.57739,-0.61939 -0.78735,-1.57471 -0.5564,-2.47754c0.39893,-1.66919 1.00781,-2.20459 4.53516,-2.79248c3.00244,-0.50391 6.84473,0.37793 8.052,2.97095c0.5249,1.16528 1.81616,1.77417 3.05493,1.50122c1.23877,-0.29395 2.11011,-1.41724 2.06811,-2.698c-0.11548,-3.89478 1.48022,-8.073 4.50366,-11.75781c2.1521,-2.63501 3.97876,-3.70581 6.72925,-5.32251c0.79785,-0.47241 1.6377,-0.96582 2.56152,-1.54321c0.0105,-0.0105 0.021,-0.0105 0.03149,-0.02099c0.5669,-0.13647 1.57471,-0.33594 2.42505,-0.50391c2.24658,-0.44092 4.8081,-0.94483 6.47729,-1.54321c0.95532,-0.33594 3.26489,-1.35425 4.18872,-3.40137c0.47241,-1.0498 0.49341,-2.20459 0.07349,-3.27539c-0.5354,-1.34375 -1.67969,-2.25708 -3.12842,-2.51953c-1.67969,-0.30444 -3.67432,0.36743 -5.03906,1.6272c-0.06299,0.0105 -0.12598,0.0105 -0.19946,0.02099c0.46191,-0.30444 0.89234,-0.66137 1.29126,-1.0498c1.72168,-1.64819 2.65601,-3.71631 2.56152,-5.67944c-0.06299,-1.25977 -2.79248,-10.45605 -7.97852,-10.45605c-1.27026,0 -2.48804,0.58789 -3.7793,1.20728c-0.67187,0.31494 -1.85815,0.88184 -2.46704,0.97632c-1.79516,-2.71899 -4.43017,-3.03393 -6.30933,-2.42505c-2.30957,0.76636 -3.91577,2.99195 -3.7373,5.16504c0.14697,1.69019 -0.19946,3.45386 -0.95532,5.00757l-11.21191,-6.4353c-0.27295,-0.15747 -0.94482,-0.5354 -1.0498,-0.64038c0.021,-0.27295 0.5564,-1.14429 1.76367,-2.02612c2.09961,-1.53272 4.14673,-3.09692 6.17285,-4.65064c1.96314,-1.49072 3.91577,-2.98145 5.85791,-4.39868c0.68237,-0.50391 1.37524,-0.77685 1.88965,-0.76636zM25.49976,39.52515c3.36988,2.20459 4.69263,7.59009 5.86841,12.41919l0.19946,0.79785c2.41455,9.84717 11.50586,23.44214 11.89429,24.01953c0.5249,0.78735 1.40674,1.20728 2.39355,1.17578c0.95532,-0.06299 1.80566,-0.62988 2.23608,-1.48022l0.38843,-0.78735c1.24927,2.11011 2.82397,4.51416 4.34619,6.16235l0.72436,0.79785c2.77148,3.02344 6.20435,6.78174 9.80518,8.49292c3.36987,1.5957 6.65576,2.49854 9.83667,3.38037c1.57471,0.43042 3.10742,0.86084 4.61914,1.35425l4.43018,1.74267c0.15747,0.08398 0.39892,0.19946 0.56689,0.29395c-0.14697,0.49341 -0.71387,1.37524 -1.02881,1.87915l-0.35693,0.57739c-2.82397,4.59814 -2.55103,10.82349 0.66138,15.15918c1.25977,1.70068 2.82397,3.00244 4.34619,4.27271c1.97363,1.6377 3.67432,3.05493 4.23071,4.90259c0.34643,1.19678 0.23096,2.62451 0.04199,4.36719c-0.95532,8.48242 -2.27808,17.02783 -3.95776,25.38428c-0.06299,0.32544 -0.15747,0.79785 -0.15747,1.35425c-1.0813,0.05249 -2.1731,0.08398 -3.27539,0.08398c-40.00806,0 -72.5625,-32.55444 -72.5625,-72.5625c0,-16.43994 5.50098,-31.60962 14.74976,-43.78735zM152.6521,61.90698c0.85034,2.72949 1.51172,5.54297 2.03662,8.40894c-1.78467,-0.35693 -3.89478,-1.82666 -4.3042,-2.25708c0,0 -0.14697,-0.30444 0.08398,-1.33325c0.37793,-1.71118 1.13379,-3.36987 2.18359,-4.8186zM155.85401,82.38867c0,0.30444 0.02099,0.61939 0.02099,0.92383c0,6.78174 -0.95532,13.34302 -2.698,19.56836c-1.39624,-1.28076 -2.49854,-2.49853 -3.09692,-3.45386c-0.64038,-1.36475 -0.71387,-7.69507 -0.35693,-8.88135c1.0918,-1.98413 3.7373,-5.31201 6.13086,-8.15698zM34.01367,93.26465c-0.34643,-0.05249 -0.70337,-0.03149 -1.0603,0.07349l-5.19653,1.38574c-1.43823,0.38843 -2.28857,1.85815 -1.91064,3.28589c0.32544,1.20728 1.41723,2.00513 2.60352,2.00513c0.23096,0 0.46191,-0.04199 0.69287,-0.10498l5.19653,-1.38574c1.42773,-0.38843 2.28857,-1.85815 1.90015,-3.28589c-0.28345,-1.0813 -1.18628,-1.83716 -2.22559,-1.97363zM96.45605,94.87085c4.23071,0.13648 8.45093,1.16528 12.20923,3.02344c2.47754,1.22827 4.76611,3.55884 4.13623,5.18604c-0.28345,0.71387 -0.24145,1.50122 0.10498,2.19409c0.34643,0.68237 0.96582,1.17578 1.71118,1.37524l14.38232,3.78979c0.29395,0.07349 0.91333,0.24146 0.99732,0.24146c0.03149,0.11548 -0.0105,0.5459 -0.25195,0.97632c-0.26245,0.47241 -0.65088,0.95532 -1.0708,1.48022c-0.48291,0.59839 -0.96582,1.21777 -1.36474,1.87915c-0.92383,1.49072 -1.37524,3.09692 -1.78467,4.51416c-0.20996,0.74536 -0.43042,1.51172 -0.72436,2.22559c-1.0498,2.60352 -3.32788,4.86059 -5.33301,6.85522c-7.59009,7.5481 -15.35864,15.09619 -23.07471,22.44482c-1.39624,1.32276 -2.6875,2.47754 -4.10474,3.08643c1.57471,-8.0835 2.83447,-16.31397 3.7478,-24.49194c0.18897,-1.75317 0.46191,-4.16773 -0.23096,-6.49829c-1.01831,-3.41186 -3.63233,-5.58496 -5.9419,-7.5061c-1.32275,-1.11279 -2.59302,-2.1626 -3.46435,-3.34888c-1.91065,-2.56152 -2.06812,-6.40381 -0.39893,-9.1333l0.32544,-0.5144c0.98682,-1.57471 2.59302,-4.10474 1.57471,-6.69776c0.39893,-0.16797 0.75586,-0.29395 1.00781,-0.34643c2.45654,-0.57739 5.00757,-0.80835 7.5481,-0.73486zM38.54883,105.8938c-0.34643,0.04199 -0.69287,0.15747 -1.00781,0.34643l-4.66113,2.6875c-1.29126,0.73486 -1.73218,2.38306 -0.98682,3.66382c0.50391,0.87134 1.39624,1.34375 2.33057,1.34375c0.45142,0 0.92383,-0.11548 1.34375,-0.35693l4.66113,-2.6875c1.28076,-0.74536 1.72168,-2.38306 0.97632,-3.67432c-0.5564,-0.95532 -1.6272,-1.44873 -2.65601,-1.32275zM47.19922,116.73828c-0.68237,0 -1.36474,0.25195 -1.88965,0.78735l-3.81079,3.78979c-1.0393,1.0603 -1.0393,2.76099 0,3.81079c0.5249,0.5144 1.21777,0.77685 1.91065,0.77685c0.68237,0 1.36474,-0.26245 1.90015,-0.77685l3.78979,-3.81079c1.0498,-1.0498 1.0498,-2.75049 0,-3.78979c-0.5249,-0.5354 -1.20727,-0.78735 -1.90015,-0.78735zM58.40064,125.08423c-1.03931,-0.13647 -2.11011,0.35693 -2.66651,1.31226l-2.6875,4.66113c-0.74536,1.29126 -0.30444,2.92896 0.98682,3.66382c0.41992,0.25195 0.88184,0.36743 1.34375,0.36743c0.92383,0 1.82666,-0.48291 2.32007,-1.34375l2.6875,-4.66113c0.74536,-1.28076 0.30444,-2.91846 -0.97632,-3.66382c-0.32544,-0.18897 -0.67187,-0.29395 -1.00781,-0.33594zM70.32642,130.31226c-1.03931,0.14697 -1.94214,0.90283 -2.22559,1.97363l-1.38574,5.19653c-0.38843,1.42773 0.46191,2.90796 1.90015,3.28589c0.23096,0.06299 0.46191,0.09448 0.68237,0.09448c1.18628,0 2.28858,-0.78735 2.60352,-1.99463l1.38574,-5.18603c0.39893,-1.43823 -0.46191,-2.90796 -1.90015,-3.29639c-0.35693,-0.09448 -0.71387,-0.11548 -1.0603,-0.07349z"></path></g><path d="" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><path d="" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><path d="" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><path d="" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path><path d="" fill="none" stroke="none" stroke-width="1" stroke-linejoin="miter"></path></g></g></svg>
        </button><br>Around globe
    </div>
    <div id="under_center">
        <ul class="nav justify-content-center">
        <li class="nav-item">
            <button id="main_Page"><a  class="nav-link active" aria-current="page" href="#" style="border-top:2px solid whitesmoke;text-decoration: none;color:whitesmoke;">Main page</a></button>
        </li>
            <li class="nav-item">
                <button><a  class="nav-link active" aria-current="page" href="#" style="border-top:2px solid whitesmoke;text-decoration: none;color:whitesmoke;">Journeys</a></button>
            </li>
            <li class="nav-item">
                <button> <a  class="nav-link active" aria-current="page" href="#" style="border-top:2px solid whitesmoke;text-decoration: none;color:whitesmoke;">Documents</a></button>
            </li>
            <li class="nav-item">
                <button><a  class="nav-link active" aria-current="page" href="#" style="border-top:2px solid whitesmoke;text-decoration: none;color:whitesmoke;">Guides</a></button>

            </li>
            <li class="nav-item">
                <button><a  class="nav-link active" aria-current="page" href="#" style="border-top:2px solid whitesmoke;text-decoration: none;color:whitesmoke;">Shop</a></button>

            </li>
        </ul>
    </div>

</div>

</body>
</html>

0 个答案:

没有答案